diff --git a/components/channels.hpp b/components/channels.hpp index d38bf30..b5f2ad9 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -167,6 +167,8 @@ protected: void OnMessageCreate(const Message &msg); + bool m_updating_listing = false; + public: typedef sigc::signal type_signal_action_channel_item_select; typedef sigc::signal type_signal_action_guild_leave;