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 6c88ac9..b3fa753 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -40,6 +40,8 @@ public: ChannelListRowDMChannel(const Channel *data); protected: + void OnImageLoad(Glib::RefPtr<Gdk::Pixbuf> buf); + Gtk::EventBox *m_ev; Gtk::Box *m_box; Gtk::Label *m_lbl; |