summaryrefslogtreecommitdiff
path: root/src/components/chatwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chatwindow.hpp')
-rw-r--r--src/components/chatwindow.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp
index de55b0a..db0bfc4 100644
--- a/src/components/chatwindow.hpp
+++ b/src/components/chatwindow.hpp
@@ -47,8 +47,8 @@ protected:
void OnMessageSendFail(const std::string &nonce, float retry_after);
Gtk::Box *m_main;
- //Gtk::ListBox *m_list;
- //Gtk::ScrolledWindow *m_scroll;
+ // Gtk::ListBox *m_list;
+ // Gtk::ScrolledWindow *m_scroll;
Gtk::EventBox m_topic; // todo probably make everything else go on the stack
Gtk::Label m_topic_text;