diff options
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 a4ad583..d15846d 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -12,6 +12,7 @@ public: ChannelList(); Gtk::Widget *GetRoot() const; void SetListingFromGuilds(const DiscordClient::Guilds_t &guilds); + void ClearListing(); void SetAbaddon(Abaddon *ptr); |