diff options
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r-- | src/core/model/Document.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index 97bbb60..9ea2d6e 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -121,9 +121,6 @@ namespace ousia { // Forward declarations class Rtti; - -namespace model { - class Document; class StructureNode; class StructuredEntity; @@ -889,7 +886,6 @@ public: */ bool hasChild(Handle<StructureNode> s) const; }; -} namespace RttiTypes { extern const Rtti Document; |