diff options
Diffstat (limited to 'src/object/sp-mesh-patch.cpp')
| -rw-r--r-- | src/object/sp-mesh-patch.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/object/sp-mesh-patch.cpp b/src/object/sp-mesh-patch.cpp index 1110e15ca..15149b689 100644 --- a/src/object/sp-mesh-patch.cpp +++ b/src/object/sp-mesh-patch.cpp @@ -61,8 +61,7 @@ SPMeshpatch::SPMeshpatch() : SPObject() { this->tensor_string = nullptr; } -SPMeshpatch::~SPMeshpatch() { -} +SPMeshpatch::~SPMeshpatch() = default; void SPMeshpatch::build(SPDocument* doc, Inkscape::XML::Node* repr) { SPObject::build(doc, repr); |
