diff options
Diffstat (limited to 'lib/widgets/ephy-node-view.h')
-rw-r--r-- | lib/widgets/ephy-node-view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h index dab2f6da8..bd8ff1fb1 100644 --- a/lib/widgets/ephy-node-view.h +++ b/lib/widgets/ephy-node-view.h @@ -112,13 +112,13 @@ void ephy_node_view_select_node (EphyNodeView *view, EphyNode *node); void ephy_node_view_enable_drag_source (EphyNodeView *view, - GtkTargetEntry *types, + const GtkTargetEntry *types, int n_types, int base_drag_column_id, int extra_drag_column_id); void ephy_node_view_enable_drag_dest (EphyNodeView *view, - GtkTargetEntry *types, + const GtkTargetEntry *types, int n_types); void ephy_node_view_edit (EphyNodeView *view, |