fixed crash related to clojures in TwitchChannel

This commit is contained in:
fourtf
2018-01-05 00:58:25 +01:00
parent 23e5100227
commit 2b88250761
2 changed files with 33 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace messages {
class Message;
}
class Channel
class Channel : public std::enable_shared_from_this<Channel>
{
public:
explicit Channel(const QString &_name);