fix crash bug when closing notebook

This commit is contained in:
Rasmus Karlsson
2017-05-29 21:02:01 +02:00
parent 5208e0f2fd
commit 971489f8f1
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ protected:
private:
void attachChannel(std::shared_ptr<Channel> _channel);
void detachChannel(std::shared_ptr<Channel> _channel);
void detachChannel();
messages::LimitedQueue<messages::SharedMessageRef> _messages;