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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/chat_entry.h b/src/ui/chat_entry.h
index 8c90624..3a614c4 100644
--- a/src/ui/chat_entry.h
+++ b/src/ui/chat_entry.h
@@ -29,6 +29,8 @@
29 29
30typedef struct UI_CHAT_ENTRY_Handle 30typedef struct UI_CHAT_ENTRY_Handle
31{ 31{
32 guint update;
33
32 UI_CHAT_Handle *chat; 34 UI_CHAT_Handle *chat;
33 GtkBuilder *builder; 35 GtkBuilder *builder;
34 36