summaryrefslogtreecommitdiff
path: root/include/svx/unomodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unomodel.hxx')
-rw-r--r--include/svx/unomodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unomodel.hxx b/include/svx/unomodel.hxx
index 17d857bf9083..f771b8bdb908 100644
--- a/include/svx/unomodel.hxx
+++ b/include/svx/unomodel.hxx
@@ -55,7 +55,7 @@ private:
public:
SvxUnoDrawingModel( SdrModel* pDoc ) throw();
- virtual ~SvxUnoDrawingModel() throw();
+ virtual ~SvxUnoDrawingModel() throw() override;
SdrModel* GetDoc() const { return mpDoc; }