Fix windows-specific compilation error

This commit is contained in:
Rasmus Karlsson
2018-05-12 19:50:22 +02:00
committed by fourtf
parent 937fffc34b
commit 88e97325f8
2 changed files with 50 additions and 97 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ void TwitchAccount::ignoreByID(const QString &targetUserID, const QString &targe
});
req.execute();
}
} // namespace twitch
void TwitchAccount::unignore(const QString &targetName,
std::function<void(UnignoreResult, const QString &message)> onFinished)