summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 02:43:51 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 02:43:51 (EDT)
commit897a1b9db90c68d0621be182823c413071e0062c (patch)
tree591762dfe01f076e18542c85dfc06d882e8383ac /src/tab-chrome.h
parent4482ee54dd3961732b07549f4a9471bf8422ed4c (diff)
downloadmarquee-897a1b9db90c68d0621be182823c413071e0062c.zip
marquee-897a1b9db90c68d0621be182823c413071e0062c.tar.gz
marquee-897a1b9db90c68d0621be182823c413071e0062c.tar.bz2
mq_tab_chrome_set_web_view(): Change argument 2 to (MqWebView *)
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 2ec5139..6547f20 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -64,6 +64,6 @@ GtkWidget *
mq_tab_chrome_get_container(MqTabChrome *chrome);
void
-mq_tab_chrome_set_web_view(MqTabChrome *chrome, WebKitWebView *web_view);
+mq_tab_chrome_set_web_view(MqTabChrome *chrome, MqWebView *web_view);
#endif