diff options
Diffstat (limited to 'server/connectionIGMP.h')
-rw-r--r-- | server/connectionIGMP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connectionIGMP.h b/server/connectionIGMP.h index 23ca042..89292b2 100644 --- a/server/connectionIGMP.h +++ b/server/connectionIGMP.h @@ -27,7 +27,7 @@ public: bool SetChannel(cChannel *Channel, in_addr_t Dst); virtual void Welcome(void); - virtual cString ToText() const; + virtual cString ToText(char Delimiter = ' ') const; /* Not used here */ virtual bool Command(char *Cmd) { return false; } |