diff options
Diffstat (limited to 'src/ui/chat_open_dialog.h')
-rw-r--r-- | src/ui/chat_open_dialog.h | 2 |
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; typedef struct UI_CHAT_OPEN_DIALOG_Handle { - WINDOW *window; + WINDOW **window; char topic [256]; int topic_len; |