summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
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 f537043..d7fda18 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -33,6 +33,7 @@ protected:
Gtk::Label *m_lbl;
};
+class StatusIndicator;
class ChannelListRowDMChannel : public ChannelListRow {
public:
ChannelListRowDMChannel(const ChannelData *data);
@@ -40,6 +41,7 @@ public:
protected:
Gtk::EventBox *m_ev;
Gtk::Box *m_box;
+ StatusIndicator *m_status = nullptr;
Gtk::TextView *m_lbl;
Gtk::Image *m_icon = nullptr;
};