aboutsummaryrefslogtreecommitdiff
path: root/src/ui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/message.h')
-rw-r--r--src/ui/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/message.h b/src/ui/message.h
index 71387ef..87c7003 100644
--- a/src/ui/message.h
+++ b/src/ui/message.h
@@ -46,6 +46,7 @@ typedef struct UI_MESSAGE_Handle
46 UI_MESSAGE_Type type; 46 UI_MESSAGE_Type type;
47 47
48 struct GNUNET_TIME_Absolute timestamp; 48 struct GNUNET_TIME_Absolute timestamp;
49 const struct GNUNET_CHAT_Message *msg;
49 50
50 GtkBuilder *builder; 51 GtkBuilder *builder;
51 GtkWidget *message_box; 52 GtkWidget *message_box;