diff options
Diffstat (limited to 'src/ephy-net-monitor.c')
-rw-r--r-- | src/ephy-net-monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-net-monitor.c b/src/ephy-net-monitor.c index 63c15ef0e..ef80b7da4 100644 --- a/src/ephy-net-monitor.c +++ b/src/ephy-net-monitor.c @@ -391,7 +391,7 @@ ephy_net_monitor_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyShellClass), NULL, /* base_init */ |