Small compiler warning fix

This commit is contained in:
Adam Ierymenko 2013-07-09 14:11:57 -04:00
parent ef3e319c64
commit a20b540fb0

View File

@ -501,7 +501,7 @@ bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
return changed;
}
#endif __LINUX__
#endif // __LINUX__
#ifdef __APPLE__
bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)