Fix compilation on gcc

This commit is contained in:
Rasmus Karlsson
2018-04-30 20:35:01 +02:00
parent 13f1caa294
commit b907bf5639
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -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);