Fix compilation on gcc
This commit is contained in:
@@ -12,12 +12,11 @@ namespace twitch {
|
||||
|
||||
class TwitchServer final : public irc::AbstractIrcServer
|
||||
{
|
||||
public:
|
||||
TwitchServer();
|
||||
friend class Application;
|
||||
|
||||
void initialize();
|
||||
|
||||
public:
|
||||
// fourtf: ugh
|
||||
void forEachChannelAndSpecialChannels(std::function<void(ChannelPtr)> func);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user