diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-16 23:46:03 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-16 23:46:03 -0400 |
commit | e74e6f2342eecffe3a690c8977e372ea957bdef5 (patch) | |
tree | 2a7f8e99f767305e6c9acfcc1884d1aa35140c05 /components | |
parent | a30f7346f7d234566ab3f18c979e4a5d7bf0c83a (diff) | |
download | abaddon-portaudio-e74e6f2342eecffe3a690c8977e372ea957bdef5.tar.gz abaddon-portaudio-e74e6f2342eecffe3a690c8977e372ea957bdef5.zip |
fix build
Diffstat (limited to 'components')
-rw-r--r-- | components/channels.hpp | 2 |
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; |