diff options
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 3cd07570c..5302a186b 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -34,7 +34,7 @@ ephy_embed_single_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyEmbedSingleIface), ephy_embed_single_iface_init, |