From e74e6f2342eecffe3a690c8977e372ea957bdef5 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 16 Jul 2021 23:46:03 -0400 Subject: fix build --- components/channels.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') 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; -- cgit v1.2.3