summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/chatwindow.hpp')
-rw-r--r--components/chatwindow.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/chatwindow.hpp b/components/chatwindow.hpp
index 05e0c42..fb2abec 100644
--- a/components/chatwindow.hpp
+++ b/components/chatwindow.hpp
@@ -2,6 +2,7 @@
#include <gtkmm.h>
#include <queue>
#include <mutex>
+#include "chatmessage.hpp"
#include "../discord/discord.hpp"
class Abaddon;
@@ -20,8 +21,8 @@ protected:
void ScrollToBottom();
void SetMessagesInternal();
void AddNewMessageInternal();
- Gtk::ListBoxRow *CreateChatEntryComponentText(const MessageData *data);
- Gtk::ListBoxRow *CreateChatEntryComponent(const MessageData *data);
+ ChatMessageItem *CreateChatEntryComponentText(const MessageData *data);
+ ChatMessageItem *CreateChatEntryComponent(const MessageData *data);
bool on_key_press_event(GdkEventKey *e);