diff options
Diffstat (limited to 'vcl/osx/DropTarget.hxx')
-rw-r--r-- | vcl/osx/DropTarget.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DropTarget.hxx b/vcl/osx/DropTarget.hxx index 7659eed2eccc..ef0c82b190fd 100644 --- a/vcl/osx/DropTarget.hxx +++ b/vcl/osx/DropTarget.hxx @@ -79,7 +79,7 @@ class DropTarget: public cppu::BaseMutex, { public: DropTarget(); - virtual ~DropTarget(); + virtual ~DropTarget() override; DropTarget(const DropTarget&) = delete; DropTarget& operator=(const DropTarget&) = delete; |