From 1cb5fdc15c5f8399ca08377eb498f7c27c2eee85 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 6 Mar 2014 11:54:40 +0000 Subject: reworked the model classes according to manipulated GraphNode and removed some bugs resulting from a misunderstanding between abtract domain declarations and instances. git-svn-id: file:///var/local/svn/basicwriter@29 daaaf23c-2e50-4459-9457-1e69db5a47bf --- src/model/domain/Annotation.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/model/domain/Annotation.cpp') diff --git a/src/model/domain/Annotation.cpp b/src/model/domain/Annotation.cpp index 8dabf5e..42e6ce8 100644 --- a/src/model/domain/Annotation.cpp +++ b/src/model/domain/Annotation.cpp @@ -19,10 +19,12 @@ #include namespace ousia { +namespace model { namespace domain { //This class is fully defined by its header. } } +} -- cgit v1.2.3