summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-04 15:31:39 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-04 15:31:39 -0400
commit69c4b0c948b6c141c9d251f20a973be064ab0087 (patch)
treef5fe4b0a63bd69d4d5078103c5de2f623a5fd5f6 /components/channels.hpp
parent77fc962de4fbf6c21b76c8e4a43390b879315b10 (diff)
downloadabaddon-portaudio-69c4b0c948b6c141c9d251f20a973be064ab0087.tar.gz
abaddon-portaudio-69c4b0c948b6c141c9d251f20a973be064ab0087.zip
use sigc in imgmanager to hopefully get rid of some lifetime errors
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp2
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;