aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-completion-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c
index ea1c9a8c7..6b839aaed 100644
--- a/src/ephy-completion-model.c
+++ b/src/ephy-completion-model.c
@@ -448,7 +448,7 @@ ephy_completion_model_get_value (GtkTreeModel *tree_model,
}
}
-static guint
+static GtkTreeModelFlags
ephy_completion_model_get_flags (GtkTreeModel *tree_model)
{
return GTK_TREE_MODEL_ITERS_PERSIST | GTK_TREE_MODEL_LIST_ONLY;