aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/colloquium.c')
-rw-r--r--src/colloquium.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index 51b60c9..e3ee61f 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -28,14 +28,15 @@
#include <gtk/gtk.h>
#include <getopt.h>
+#include "colloquium.h"
#include "presentation.h"
#include "narrative_window.h"
-typedef struct
+struct _colloquium
{
GtkApplication parent_instance;
-} Colloquium;
+};
typedef GtkApplicationClass ColloquiumClass;