Treat reorder warnings as errors (#3944)

This commit is contained in:
pajlada
2022-09-03 18:12:44 +02:00
committed by GitHub
parent 8f551519b1
commit 46efa5df3d
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,8 +30,8 @@ namespace chatterino {
TwitchIrcServer::TwitchIrcServer()
: whispersChannel(new Channel("/whispers", Channel::Type::TwitchWhispers))
, mentionsChannel(new Channel("/mentions", Channel::Type::TwitchMentions))
, watchingChannel(Channel::getEmpty(), Channel::Type::TwitchWatching)
, liveChannel(new Channel("/live", Channel::Type::TwitchLive))
, watchingChannel(Channel::getEmpty(), Channel::Type::TwitchWatching)
{
this->initializeIrc();