diff options
-rw-r--r-- | src/web-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-view.h b/src/web-view.h index 30de801..1fc4091 100644 --- a/src/web-view.h +++ b/src/web-view.h @@ -54,7 +54,7 @@ MqWebView * mq_web_view_new(MqTabPage *tab_page, const gchar *uri); MqWebViewScheme * -mq_web_view_get_scheme(MqWebView *web_view); +mq_web_view_get_scheme(MqWebView *web_view) G_GNUC_CONST; MqConfig * mq_web_view_get_config(MqWebView *web_view); |