diff --git a/include/transport/conversation.h b/include/transport/conversation.h index 82a35b0ce8599a321da5d11925f1f5013b76222c..8af86993911269ed61c6a87b160998a658fb6507 100644 --- a/include/transport/conversation.h +++ b/include/transport/conversation.h @@ -97,9 +97,7 @@ class Conversation { /// This is used to detect Private messages associated with particular room. /// \param room room name associated with this Conversation. - void setRoom(const std::string &room) { - m_room = room; - } + void setRoom(const std::string &room); /// Returns room name associated with this Conversation.