summaryrefslogtreecommitdiffstats
path: root/src/tab-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-page.c')
-rw-r--r--src/tab-page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-page.c b/src/tab-page.c
index 1b197a0..62d9dfb 100644
--- a/src/tab-page.c
+++ b/src/tab-page.c
@@ -241,7 +241,7 @@ mq_tab_page_get_window(MqTabPage *tab_page)
MqTabLabel *
mq_tab_page_get_label(MqTabPage *tab_page)
{
- return tab_page->label;
+ return MQ_TAB_LABEL(tab_page->label);
}
void