diff options
Diffstat (limited to 'embed/ephy-command-manager.c')
-rw-r--r-- | embed/ephy-command-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-command-manager.c b/embed/ephy-command-manager.c index a164500b4..f9cfe96bf 100644 --- a/embed/ephy-command-manager.c +++ b/embed/ephy-command-manager.c @@ -32,7 +32,7 @@ ephy_command_manager_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyCommandManagerIface), ephy_command_manager_base_init, |