diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h index ff9875d..9601ac5 100644 --- a/src/application.h +++ b/src/application.h | |||
@@ -30,6 +30,7 @@ | |||
30 | #include "chat/messenger.h" | 30 | #include "chat/messenger.h" |
31 | 31 | ||
32 | #include "ui/messenger.h" | 32 | #include "ui/messenger.h" |
33 | #include "ui/new_contact.h" | ||
33 | #include "ui/new_platform.h" | 34 | #include "ui/new_platform.h" |
34 | 35 | ||
35 | #include "util.h" | 36 | #include "util.h" |
@@ -65,6 +66,7 @@ typedef struct MESSENGER_Application | |||
65 | 66 | ||
66 | UI_MESSENGER_Handle messenger; | 67 | UI_MESSENGER_Handle messenger; |
67 | 68 | ||
69 | UI_NEW_CONTACT_Handle new_contact; | ||
68 | UI_NEW_PLATFORM_Handle new_platform; | 70 | UI_NEW_PLATFORM_Handle new_platform; |
69 | } ui; | 71 | } ui; |
70 | } MESSENGER_Application; | 72 | } MESSENGER_Application; |