diff options
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 5ed358be7..37852bccd 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -206,7 +206,7 @@ const char * ephy_web_view_get_address (EphyWebView const char * ephy_web_view_get_title_composite (EphyWebView *view); /* These should be private */ -void ephy_web_view_set_address (EphyWebView *embed, +void ephy_web_view_set_address (EphyWebView *view, const char *address); void ephy_web_view_update_from_net_state (EphyWebView *view, const char *uri, |