From 872b15e6af603d166f5a1df4c960fb69b2c7938b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:12:52 -0400 Subject: hopefully take care of some annoying bugs --- components/channels.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components/channels.hpp') 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 buf); + Gtk::EventBox *m_ev; Gtk::Box *m_box; Gtk::Label *m_lbl; -- cgit v1.2.3