aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index 300a9be..b27f829 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -38,6 +38,8 @@ typedef struct UI_FILE_LOAD_ENTRY_Handle UI_FILE_LOAD_ENTRY_Handle;
38 38
39typedef struct UI_CHAT_Handle 39typedef struct UI_CHAT_Handle
40{ 40{
41 GHashTable *bindings;
42
41 GList *messages; 43 GList *messages;
42 gdouble edge_value; 44 gdouble edge_value;
43 45