aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-node-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-node-view.c')
-rw-r--r--lib/widgets/ephy-node-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c
index a0d229d64..668ac4ba6 100644
--- a/lib/widgets/ephy-node-view.c
+++ b/lib/widgets/ephy-node-view.c
@@ -443,7 +443,7 @@ drag_drop_cb (GtkWidget *widget,
void
ephy_node_view_enable_drag_dest (EphyNodeView *view,
- GtkTargetEntry *types,
+ const GtkTargetEntry *types,
int n_types)
{
GtkWidget *treeview;
@@ -1402,7 +1402,7 @@ ephy_node_view_select_node (EphyNodeView *view,
void
ephy_node_view_enable_drag_source (EphyNodeView *view,
- GtkTargetEntry *types,
+ const GtkTargetEntry *types,
int n_types,
int base_drag_column,
int extra_drag_column)