From be66642ba83c1e238ba89d8cb562eb0e4b5c280c Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 25 Jan 2015 18:51:51 +0100 Subject: deleted "model" namespace --- src/core/model/Document.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/model/Document.hpp') 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 s) const; }; -} namespace RttiTypes { extern const Rtti Document; -- cgit v1.2.3