summaryrefslogtreecommitdiff
path: root/src/model/domain/Structure.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-03-06 11:54:40 +0000
committerbenjamin <benjamin@daaaf23c-2e50-4459-9457-1e69db5a47bf>2014-03-06 11:54:40 +0000
commit1cb5fdc15c5f8399ca08377eb498f7c27c2eee85 (patch)
tree1e3a23d78b094d40d9fb80ce8e330bdc113eb2e4 /src/model/domain/Structure.cpp
parent247945811adbfb5ddaa1ba4e1f3dfc20cd7eb058 (diff)
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
Diffstat (limited to 'src/model/domain/Structure.cpp')
-rw-r--r--src/model/domain/Structure.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/domain/Structure.cpp b/src/model/domain/Structure.cpp
index fd9f3ce..f0f9d1e 100644
--- a/src/model/domain/Structure.cpp
+++ b/src/model/domain/Structure.cpp
@@ -20,6 +20,7 @@
#include <model/domain/Structure.hpp>
namespace ousia {
+namespace model {
namespace domain {
//This class for now has no special features that would distinguish it
@@ -27,3 +28,4 @@ namespace domain {
}
}
+}