summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r--components/chatwindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp
index 823e988..419b69a 100644
--- a/components/chatwindow.hpp
+++ b/components/chatwindow.hpp
@@ -6,6 +6,7 @@
#include <set>
#include "../discord/discord.hpp"
#include "chatmessage.hpp"
+#include "completer.hpp"
class ChatWindow {
public:
@@ -65,6 +66,8 @@ protected:
Gtk::TextView *m_input;
Gtk::ScrolledWindow *m_input_scroll;
+ Completer m_completer;
+
public:
typedef sigc::signal<void, Snowflake, Snowflake> type_signal_action_message_delete;
typedef sigc::signal<void, Snowflake, Snowflake> type_signal_action_message_edit;