diff options
Diffstat (limited to 'embed/ephy-base-embed.h')
-rw-r--r-- | embed/ephy-base-embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-base-embed.h b/embed/ephy-base-embed.h index 9120916dd..1f439afff 100644 --- a/embed/ephy-base-embed.h +++ b/embed/ephy-base-embed.h @@ -61,7 +61,7 @@ void ephy_base_embed_set_loading_title (EphyBaseEmbed *embed, void ephy_base_embed_set_address (EphyBaseEmbed *embed, const char *address); void ephy_base_embed_location_changed (EphyBaseEmbed *embed, - char *location); + const char *location); void ephy_base_embed_load_icon (EphyBaseEmbed *embed); void ephy_base_embed_set_icon_address (EphyBaseEmbed *embed, const char *address); |