summaryrefslogtreecommitdiffstats
path: root/src/web-view-schemes/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view-schemes/normal.c')
-rw-r--r--src/web-view-schemes/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-view-schemes/normal.c b/src/web-view-schemes/normal.c
index 0d96fea..b206397 100644
--- a/src/web-view-schemes/normal.c
+++ b/src/web-view-schemes/normal.c
@@ -777,7 +777,7 @@ save_file(MqWebView *web_view, MqWebViewScheme *scheme)
gtk_widget_show_all(dialog);
}
-const MqWebViewSchemeMethods mq_web_view_normal_scheme_methods = {
+MqWebViewSchemeMethods mq_web_view_normal_scheme_methods = {
.match_uri = match_uri,
.finalize = finalize,
.rewrite_uri = rewrite_uri,