diff options
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 7c6a5bf52..3010af448 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -36,7 +36,7 @@ ephy_embed_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyEmbedIface), ephy_embed_base_init, |