diff options
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index b3fa753..b1c1262 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -55,6 +55,8 @@ public: int GuildIndex; protected: + void OnImageLoad(Glib::RefPtr<Gdk::Pixbuf> buf); + Gtk::EventBox *m_ev; Gtk::Box *m_box; Gtk::Label *m_lbl; |