diff options
Diffstat (limited to 'src/model/domain/Field.cpp')
-rw-r--r-- | src/model/domain/Field.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/domain/Field.cpp b/src/model/domain/Field.cpp index 4fd06a3..af7f81e 100644 --- a/src/model/domain/Field.cpp +++ b/src/model/domain/Field.cpp @@ -19,9 +19,11 @@ #include <model/domain/Field.hpp> namespace ousia { +namespace model { namespace domain { //This class is fully specified by its header. } } +} |