diff options
-rw-r--r-- | embed/ephy-embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index cb6f9e38f..3539b7649 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -233,7 +233,7 @@ struct _EphyEmbedIface const char * (* get_icon_address) (EphyEmbed *embed); gboolean (* get_is_blank) (EphyEmbed *embed); const char * (* get_loading_title) (EphyEmbed *embed); - gboolean * (* get_visibility) (EphyEmbed *embed); + gboolean (* get_visibility) (EphyEmbed *embed); }; GType ephy_embed_net_state_get_type (void); |