diff options
Diffstat (limited to 'src/ephy-notebook.c')
-rw-r--r-- | src/ephy-notebook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index a250836a5..409d8a7c3 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -109,7 +109,7 @@ ephy_notebook_get_type (void) if (G_UNLIKELY (type == 0)) { - static const GTypeInfo our_info = + const GTypeInfo our_info = { sizeof (EphyNotebookClass), NULL, /* base_init */ @@ -122,7 +122,7 @@ ephy_notebook_get_type (void) (GInstanceInitFunc) ephy_notebook_init }; - static const GInterfaceInfo link_info = + const GInterfaceInfo link_info = { NULL, NULL, |