aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-shlib-loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-shlib-loader.c')
-rw-r--r--lib/ephy-shlib-loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-shlib-loader.c b/lib/ephy-shlib-loader.c
index c1a82e938..b4407d7ae 100644
--- a/lib/ephy-shlib-loader.c
+++ b/lib/ephy-shlib-loader.c
@@ -56,7 +56,7 @@ ephy_shlib_loader_get_type (void)
if (G_UNLIKELY (type == 0))
{
- static const GTypeInfo our_info =
+ const GTypeInfo our_info =
{
sizeof (EphyShlibLoaderClass),
NULL, /* base_init */
@@ -69,7 +69,7 @@ ephy_shlib_loader_get_type (void)
(GInstanceInitFunc) ephy_shlib_loader_init
};
- static const GInterfaceInfo loader_info =
+ const GInterfaceInfo loader_info =
{
(GInterfaceInitFunc) ephy_shlib_loader_iface_init,
NULL,