summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index cd61118..d2cf6cb 100644
--- a/src/window.c
+++ b/src/window.c
@@ -24,6 +24,7 @@
#include <gtk/gtk.h>
#include "window.h"
+#include "application.h"
#include "tab.h"
static void
@@ -59,7 +60,7 @@ update_positions(GtkNotebook __attribute__((unused)) *notebook,
}
MqWindow *
-mq_window_new(gchar **uris)
+mq_window_new(MqApplication *application, gchar **uris)
{
MqWindow *window;
guint i;