From d8ff05ddf898dfcd6fa0e3398cc38abcab07e2fe Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 21 Dec 2020 19:08:44 -0500 Subject: support animated guild icon --- components/channels.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/channels.hpp') diff --git a/components/channels.hpp b/components/channels.hpp index d481b13..f259266 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -53,7 +53,8 @@ public: int GuildIndex; protected: - void OnImageLoad(Glib::RefPtr buf); + void OnImageLoad(const Glib::RefPtr &buf); + void OnAnimatedImageLoad(const Glib::RefPtr &buf); Gtk::EventBox *m_ev; Gtk::Box *m_box; -- cgit v1.2.3