From 282ec6571898942f3d143f1defc585c486b45f8c Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Sun, 21 Dec 2014 15:49:08 +0100 Subject: Dokumenten und Domänenbeispiel. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/model/Document.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/model/Document.hpp') diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index 5a293d3..7d24161 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -365,6 +365,7 @@ public: */ class Document : public Node { private: + //TODO: Might there be several roots? E.g. metadata? Owned root; public: -- cgit v1.2.3