summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index b016d83..ce27d73 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -60,7 +60,7 @@ MqTab *
mq_tab_new_relative(MqWindow *window, gchar *uri, MqTab *source);
MqTab *
-mq_tab_new_root(void);
+mq_tab_new_root(MqWindow *window);
void
mq_tab_update_position(MqTab *tab, guint position);