diff options
Diffstat (limited to 'server/connectionIGMP.c')
-rw-r--r-- | server/connectionIGMP.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/connectionIGMP.c b/server/connectionIGMP.c index f2a34fc..53d2af4 100644 --- a/server/connectionIGMP.c +++ b/server/connectionIGMP.c @@ -21,7 +21,11 @@ cConnectionIGMP::~cConnectionIGMP() { } +#if APIVERSNUM >= 20300 +bool cConnectionIGMP::SetChannel(const cChannel *Channel, in_addr_t Dst) +#else bool cConnectionIGMP::SetChannel(cChannel *Channel, in_addr_t Dst) +#endif { if (Channel) { m_Channel = Channel; |