From 0c06b2798b50ce3f54795d80aa6032175382af54 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 18 Jan 2015 21:09:11 +0100 Subject: Made constructors of Typesystem, Document and Domain more consistent --- src/core/model/Document.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/model/Document.hpp') 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) { -- cgit v1.2.3