summaryrefslogtreecommitdiff
path: root/include/svx/view3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/view3d.hxx')
-rw-r--r--include/svx/view3d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx
index c6bf49bfda8c..20b951d3ebf4 100644
--- a/include/svx/view3d.hxx
+++ b/include/svx/view3d.hxx
@@ -76,7 +76,7 @@ protected:
public:
E3dView(SdrModel* pModel, OutputDevice* pOut = nullptr);
- virtual ~E3dView();
+ virtual ~E3dView() override;
// Output all marked Objects on the given OutputDevice.
virtual void DrawMarkedObj(OutputDevice& rOut) const override;