aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/application.h b/src/application.h
index 825b140..3c51a87 100644
--- a/src/application.h
+++ b/src/application.h
@@ -51,10 +51,11 @@ typedef enum MESSENGER_ApplicationSignal
51 51
52typedef struct MESSENGER_Application 52typedef struct MESSENGER_Application
53{ 53{
54 char** argv; 54 char **argv;
55 int argc; 55 int argc;
56 56
57 GtkApplication* application; 57 GtkApplication *application;
58 GList *notifications;
58 59
59 struct { 60 struct {
60 int status; 61 int status;