step 1: push, step 2: try to compile

This commit is contained in:
fourtf
2018-06-28 19:57:06 +02:00
parent 848bbc71aa
commit c01d1ed732
3 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -11,6 +11,8 @@
namespace chatterino {
class Logging;
class LoggingChannel : boost::noncopyable
{
explicit LoggingChannel(const QString &_channelName);
@@ -37,7 +39,7 @@ private:
QString dateString;
friend class LoggingManager;
friend class Logging;
};
} // namespace chatterino