summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlshape.hxx')
-rw-r--r--include/oox/vml/vmlshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index 219feeb1489f..abb4161ec5cd 100644
--- a/include/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
@@ -402,7 +402,7 @@ class GroupShape : public ShapeBase
{
public:
explicit GroupShape( Drawing& rDrawing );
- virtual ~GroupShape();
+ virtual ~GroupShape() override;
/** Returns read/write access to the container of child shapes and templates. */
ShapeContainer& getChildren() { return *mxChildren; }