diff options
Diffstat (limited to 'include/svx/svdpoev.hxx')
-rw-r--r-- | include/svx/svdpoev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx index 7cb2e95bb42e..a4c2d948778d 100644 --- a/include/svx/svdpoev.hxx +++ b/include/svx/svdpoev.hxx @@ -47,7 +47,7 @@ private: protected: // #i71538# make constructors of SdrView sub-components protected to avoid incomplete incarnations which may get casted to SdrView SdrPolyEditView(SdrModel* pModel1, OutputDevice* pOut = nullptr); - virtual ~SdrPolyEditView(); + virtual ~SdrPolyEditView() override; public: bool IsSetMarkedPointsSmoothPossible() const override; |