aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-completion-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-completion-model.c')
-rw-r--r--src/ephy-completion-model.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c
index a78521c8c..f630aece0 100644
--- a/src/ephy-completion-model.c
+++ b/src/ephy-completion-model.c
@@ -53,7 +53,7 @@ ephy_completion_model_get_type (void)
if (G_UNLIKELY (type == 0))
{
- static const GTypeInfo our_info =
+ const GTypeInfo our_info =
{
sizeof (EphyCompletionModelClass),
NULL,
@@ -66,7 +66,7 @@ ephy_completion_model_get_type (void)
(GInstanceInitFunc) ephy_completion_model_init
};
- static const GInterfaceInfo tree_model_info =
+ const GInterfaceInfo tree_model_info =
{
(GInterfaceInitFunc) ephy_completion_model_tree_model_init,
NULL,