diff options
Diffstat (limited to 'embed/ephy-embed-find.c')
-rw-r--r-- | embed/ephy-embed-find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-find.c b/embed/ephy-embed-find.c index 7fd05d51a..91a7fcf49 100644 --- a/embed/ephy-embed-find.c +++ b/embed/ephy-embed-find.c @@ -110,7 +110,7 @@ ephy_embed_find_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyEmbedFindIface), NULL, |