diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<Gdk::Pixbuf> buf); + void OnImageLoad(const Glib::RefPtr<Gdk::Pixbuf> &buf); + void OnAnimatedImageLoad(const Glib::RefPtr<Gdk::PixbufAnimation> &buf); Gtk::EventBox *m_ev; Gtk::Box *m_box; |