diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index b41dc63..83b242c 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -53,7 +53,7 @@ protected: std::queue<DiscordClient::Guilds_t> m_update_queue; void AddPrivateChannels(); // retard moment void SetListingFromGuildsInternal(); - void AttachMenuHandler(Gtk::ListBoxRow* row); + void AttachMenuHandler(Gtk::ListBoxRow *row); Abaddon *m_abaddon = nullptr; }; |