diff options
Diffstat (limited to 'src/modules/common/rawstr4.cpp')
-rw-r--r-- | src/modules/common/rawstr4.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/common/rawstr4.cpp b/src/modules/common/rawstr4.cpp index da0789b..ffca2da 100644 --- a/src/modules/common/rawstr4.cpp +++ b/src/modules/common/rawstr4.cpp @@ -21,6 +21,8 @@ #include <rawstr4.h> #include <sysdata.h> +SWORD_NAMESPACE_START + /****************************************************************************** * RawStr Statics */ @@ -553,3 +555,5 @@ signed char RawStr4::createModule(const char *ipath) return 0; } + +SWORD_NAMESPACE_END |