diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-30 01:32:43 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-30 01:32:43 -0400 |
commit | 22376ba54af0cfe85f006679467850de04b3feae (patch) | |
tree | f4fec6b65b22aca3f6ed076245e1bfceeda983a6 /components/channels.hpp | |
parent | 355ef009c83d0adbf0efc4eaf748845634c33646 (diff) | |
download | abaddon-portaudio-22376ba54af0cfe85f006679467850de04b3feae.tar.gz abaddon-portaudio-22376ba54af0cfe85f006679467850de04b3feae.zip |
handle THREAD_DELETE
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index bdc3e84..ed87b57 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -141,6 +141,7 @@ protected: void UpdateChannel(Snowflake id); void UpdateCreateChannel(const ChannelData &channel); void UpdateCreateThread(const ChannelData &channel); + void UpdateDeleteThread(const ThreadDeleteData &data); void UpdateGuild(Snowflake id); Gtk::TreeView m_view; |