summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-12 17:26:01 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-12 17:26:01 +0100
commit2b15fcab4b81fa8a854e724c48ee9c771fb126f8 (patch)
tree118db9385f81651a251ca130294f254d8dfc6bd2 /src/core/model/Document.hpp
parent9d89642e2bc33b8630e92d8b5a0e6d4116040897 (diff)
Is this necessary? No. Absolutely not. Only the base class (Managed) needs this.
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index 9bf8f07..7f365b7 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -167,8 +167,6 @@ public:
}
}
}
- //TODO: Is this necessary?
- virtual ~DocumentEntity() {};
Rooted<Descriptor> getDescriptor() const { return descriptor; }
@@ -311,8 +309,6 @@ public:
: Node(mgr, std::move(name), parent)
{
}
- //TODO: Is this necessary?
- virtual ~StructureNode(){};
};
/**