summaryrefslogtreecommitdiff
path: root/components/chatmessage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r--components/chatmessage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp
index d491322..3c3e29e 100644
--- a/components/chatmessage.hpp
+++ b/components/chatmessage.hpp
@@ -27,6 +27,7 @@ protected:
Gtk::Box *m_meta_box;
Gtk::Label *m_author;
Gtk::Label *m_timestamp;
+ Gtk::Image *m_avatar;
};
class ChatMessageItem {