summaryrefslogtreecommitdiff
path: root/include/sot/object.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r--include/sot/object.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx
index 8991a21b7590..9680eaba48a9 100644
--- a/include/sot/object.hxx
+++ b/include/sot/object.hxx
@@ -31,7 +31,7 @@ class SOT_DLLPUBLIC SotObject : virtual public SvRefBase
bool bInClose; // TRUE, in DoClose
protected:
- virtual ~SotObject();
+ virtual ~SotObject() override;
virtual bool Close();
public: