summaryrefslogtreecommitdiff
path: root/src/core/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model')
-rw-r--r--src/core/model/Document.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index ab714b6..d22196a 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -334,8 +334,6 @@ public:
: Node(mgr, std::move(name), parent)
{
}
-
- virtual ~StructureNode(){};
};
/**