summaryrefslogtreecommitdiff
path: root/vcl/osx/DragSourceContext.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-14 12:53:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-14 12:53:30 +0200
commitbd132e558df9e1cfe48beb7a67f9237ed78465c5 (patch)
treecebcc9e13a9296f852de48e0ec658dd71ac91c07 /vcl/osx/DragSourceContext.hxx
parentfc6744603ab8bb5a00c4f97435b5e509bdeaeb94 (diff)
loplugin:override
Change-Id: Ica137897f02c5caa4c4891f75531ada3957025d9
Diffstat (limited to 'vcl/osx/DragSourceContext.hxx')
-rw-r--r--vcl/osx/DragSourceContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DragSourceContext.hxx b/vcl/osx/DragSourceContext.hxx
index 0aa74c622015..833b7d1093ea 100644
--- a/vcl/osx/DragSourceContext.hxx
+++ b/vcl/osx/DragSourceContext.hxx
@@ -35,7 +35,7 @@ class DragSourceContext: public cppu::BaseMutex,
{
public:
DragSourceContext();
- virtual ~DragSourceContext();
+ virtual ~DragSourceContext() override;
DragSourceContext(const DragSourceContext&) = delete;
DragSourceContext& operator=(const DragSourceContext&) = delete;