summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp1
1 files changed, 1 insertions, 0 deletions
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<StructuredEntity> root;
public: