diff --git a/include/transport/conversation.h b/include/transport/conversation.h index d3999d284ec11e7afa2ff76ccbe66bc92e4b117b..d228099f6ea803dc195a613331e69fd7038775f8 100644 --- a/include/transport/conversation.h +++ b/include/transport/conversation.h @@ -114,6 +114,8 @@ class Conversation { return m_room; } + void destroyRoom(); + private: ConversationManager *m_conversationManager; std::string m_legacyName;