diff options
Diffstat (limited to 'src/model/domain/Structure.cpp')
-rw-r--r-- | src/model/domain/Structure.cpp | 2 |
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 { } } +} |