diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 18:51:51 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 18:51:51 +0100 |
commit | be66642ba83c1e238ba89d8cb562eb0e4b5c280c (patch) | |
tree | dc8bc8542074491047418ff3aad393acb7323ca4 /src/core/model/Document.hpp | |
parent | 3292b5f8165982d45802b318dae8566532e76e13 (diff) |
deleted "model" namespace
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; |