From 4b637b6ff20784ffde41c521be0fd7199f4a5a9b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 29 Aug 2020 16:38:52 -0400 Subject: crash fixes --- components/channels.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/channels.hpp') 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 m_update_queue; void AddPrivateChannels(); // retard moment void SetListingFromGuildsInternal(); - void AttachMenuHandler(Gtk::ListBoxRow* row); + void AttachMenuHandler(Gtk::ListBoxRow *row); Abaddon *m_abaddon = nullptr; }; -- cgit v1.2.3