diff options
Diffstat (limited to 'src/object/sp-object-group.cpp')
| -rw-r--r-- | src/object/sp-object-group.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/sp-object-group.cpp b/src/object/sp-object-group.cpp index 102eafa83..422e20da4 100644 --- a/src/object/sp-object-group.cpp +++ b/src/object/sp-object-group.cpp @@ -19,8 +19,7 @@ SPObjectGroup::SPObjectGroup() : SPObject() { } -SPObjectGroup::~SPObjectGroup() { -} +SPObjectGroup::~SPObjectGroup() = default; void SPObjectGroup::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { SPObject::child_added(child, ref); |
