diff options
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r-- | src/core/model/Document.hpp | 2 |
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(){}; }; /** |