summaryrefslogtreecommitdiff
path: root/svx/inc/sdr/properties/emptyproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/sdr/properties/emptyproperties.hxx')
-rw-r--r--svx/inc/sdr/properties/emptyproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/properties/emptyproperties.hxx b/svx/inc/sdr/properties/emptyproperties.hxx
index 453e3572be76..d8c1f3e18499 100644
--- a/svx/inc/sdr/properties/emptyproperties.hxx
+++ b/svx/inc/sdr/properties/emptyproperties.hxx
@@ -56,7 +56,7 @@ namespace sdr
EmptyProperties(const EmptyProperties& rProps, SdrObject& rObj);
// destructor
- virtual ~EmptyProperties();
+ virtual ~EmptyProperties() override;
// Clone() operator, normally just calls the local copy constructor
virtual BaseProperties& Clone(SdrObject& rObj) const override;