summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab.c b/src/tab.c
index 1fdd2ee..753a6b8 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -323,7 +323,7 @@ init_non_root(MqApplication *application, gchar *uri)
}
MqTab *
-mq_tab_new(MqApplication *application, gchar *uri)
+mq_tab_new(MqApplication *application, gchar *uri, MqTab *source)
{
MqTab *tab;
@@ -333,7 +333,7 @@ mq_tab_new(MqApplication *application, gchar *uri)
}
MqTab *
-mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *parent)
+mq_tab_new_relative(MqApplication *application, gchar *uri, MqTab *source)
{
MqTab *tab;