summaryrefslogtreecommitdiff
path: root/include/svx/svddrgv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svddrgv.hxx')
-rw-r--r--include/svx/svddrgv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index 3a84ee644bb7..2bdda05b4b74 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -69,7 +69,7 @@ protected:
protected:
// #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView
SdrDragView(SdrModel* pModel1, OutputDevice* pOut = nullptr);
- virtual ~SdrDragView();
+ virtual ~SdrDragView() override;
public:
virtual bool IsAction() const override;