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