Skip to content
Snippets Groups Projects
Commit 4fc5bbd8 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Remove confusing (and wrong) note

parent cc0fc03a
No related branches found
No related tags found
No related merge requests found
......@@ -98,9 +98,6 @@ public:
///////////////////////////////////////////////////////////////////////////////
/// Emit a signal with a varying number of arguments.
///
/// Note: EmitVA(signal_name, const char*) is very different from
/// Emit(signal_name, const char*). EmitVA does not support argument lists.
///
template <typename... T> void EmitVA(const char *signal_name, Int_t /* nargs */, const T&... params)
{
// Activate signal with variable argument list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment