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 2515e2c..1e2896f 100644
--- a/src/ui/chat_entry.h
+++ b/src/ui/chat_entry.h
@@ -31,6 +31,8 @@ typedef struct UI_CHAT_ENTRY_Handle
31{ 31{
32 guint update; 32 guint update;
33 33
34 struct GNUNET_TIME_Absolute timestamp;
35
34 UI_CHAT_Handle *chat; 36 UI_CHAT_Handle *chat;
35 GtkBuilder *builder; 37 GtkBuilder *builder;
36 38