aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat_entry.h')
-rw-r--r--src/ui/chat_entry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h
index cdf19d7..d6d70ea 100644
--- a/src/ui/chat_entry.h
+++ b/src/ui/chat_entry.h
@@ -26,9 +26,12 @@
26#define UI_CHAT_ENTRY_H_ 26#define UI_CHAT_ENTRY_H_
27 27
28#include "chat.h" 28#include "chat.h"
29#include "../bindings.h"
29 30
30typedef struct UI_CHAT_ENTRY_Handle 31typedef struct UI_CHAT_ENTRY_Handle
31{ 32{
33 MESSENGER_Bindings *joining;
34
32 UI_CHAT_Handle *chat; 35 UI_CHAT_Handle *chat;
33 GtkBuilder *builder; 36 GtkBuilder *builder;
34 37