aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_open_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat_open_dialog.h')
-rw-r--r--src/ui/chat_open_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/chat_open_dialog.h b/src/ui/chat_open_dialog.h
index 2adf465..0367abc 100644
--- a/src/ui/chat_open_dialog.h
+++ b/src/ui/chat_open_dialog.h
@@ -32,7 +32,7 @@ struct MESSENGER_Application;
32 32
33typedef struct UI_CHAT_OPEN_DIALOG_Handle 33typedef struct UI_CHAT_OPEN_DIALOG_Handle
34{ 34{
35 WINDOW *window; 35 WINDOW **window;
36 36
37 char topic [256]; 37 char topic [256];
38 int topic_len; 38 int topic_len;