diff options
Diffstat (limited to 'components/chatmessage.hpp')
-rw-r--r-- | components/chatmessage.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/chatmessage.hpp b/components/chatmessage.hpp index ca936ea..7dd057e 100644 --- a/components/chatmessage.hpp +++ b/components/chatmessage.hpp @@ -86,5 +86,6 @@ protected: Gtk::Box *m_meta_box; Gtk::Label *m_author; Gtk::Label *m_timestamp; + Gtk::Label *m_extra = nullptr; Gtk::Image *m_avatar; }; |