summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 21:09:11 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-18 21:09:11 +0100
commit0c06b2798b50ce3f54795d80aa6032175382af54 (patch)
tree68a5eaad3eaf2fca51ae074428ba6a212a37d0d5 /src/core/model/Document.hpp
parentc7cd098d4b79b9a11a6e9a0cdd05d0371ff5e032 (diff)
Made constructors of Typesystem, Document and Domain more consistent
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index 7c5ee3c..62109fc 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -567,7 +567,6 @@ protected:
public:
Document(Manager &mgr, std::string name)
- // TODO: Can a document have a parent?
: Node(mgr, std::move(name), nullptr),
annotations(this)
{