Fix libtorrent RC_1_1 build (and appveyor).

This commit is contained in:
sledgehammer999 2017-09-11 02:36:26 +03:00
commit d955e40531
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -71,4 +71,7 @@ private:
int peerCounter;
};
// Helper function
void LogMsg(const QString &message, const Log::MsgType &type = Log::NORMAL);
#endif // LOGGER_H