diff options
Diffstat (limited to 'src/ui/chats.h')
-rw-r--r-- | src/ui/chats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/chats.h b/src/ui/chats.h index b355dc7..db4e987 100644 --- a/src/ui/chats.h +++ b/src/ui/chats.h @@ -33,7 +33,7 @@ #include <gnunet/gnunet_util_lib.h> #include "chat_open_dialog.h" - +#include "lobby_create_dialog.h" #include "lobby_enter_dialog.h" struct MESSENGER_Application; @@ -49,7 +49,7 @@ typedef struct UI_CHATS_Handle struct GNUNET_CHAT_Context *selected; UI_CHAT_OPEN_DIALOG_Handle open_dialog; - + UI_LOBBY_CREATE_DIALOG_Handle create_dialog; UI_LOBBY_ENTER_DIALOG_Handle enter_dialog; } UI_CHATS_Handle; |