diff options
Diffstat (limited to 'views/widget/drop_target_gtk.h')
-rw-r--r-- | views/widget/drop_target_gtk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/widget/drop_target_gtk.h b/views/widget/drop_target_gtk.h index bc2c3ca..daa08f2 100644 --- a/views/widget/drop_target_gtk.h +++ b/views/widget/drop_target_gtk.h @@ -39,8 +39,7 @@ class RootView; // which results in deleting the DropTargetGtk. class DropTargetGtk { public: - explicit DropTargetGtk(internal::RootView* root_view, - GdkDragContext* context); + DropTargetGtk(internal::RootView* root_view, GdkDragContext* context); ~DropTargetGtk(); // If a drag and drop is underway and |view| is the current drop target, the |