summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-07-16 23:46:03 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-07-16 23:46:03 -0400
commite74e6f2342eecffe3a690c8977e372ea957bdef5 (patch)
tree2a7f8e99f767305e6c9acfcc1884d1aa35140c05 /components
parenta30f7346f7d234566ab3f18c979e4a5d7bf0c83a (diff)
downloadabaddon-portaudio-e74e6f2342eecffe3a690c8977e372ea957bdef5.tar.gz
abaddon-portaudio-e74e6f2342eecffe3a690c8977e372ea957bdef5.zip
fix build
Diffstat (limited to 'components')
-rw-r--r--components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
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<void, Snowflake> type_signal_action_channel_item_select;
typedef sigc::signal<void, Snowflake> type_signal_action_guild_leave;