From 69c4b0c948b6c141c9d251f20a973be064ab0087 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 4 Oct 2020 15:31:39 -0400 Subject: use sigc in imgmanager to hopefully get rid of some lifetime errors --- 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 b3fa753..b1c1262 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -55,6 +55,8 @@ public: int GuildIndex; protected: + void OnImageLoad(Glib::RefPtr buf); + Gtk::EventBox *m_ev; Gtk::Box *m_box; Gtk::Label *m_lbl; -- cgit v1.2.3