diff options
Diffstat (limited to 'src/modules/common/rawstr.cpp')
-rw-r--r-- | src/modules/common/rawstr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/common/rawstr.cpp b/src/modules/common/rawstr.cpp index 7b23041..a9f9c1d 100644 --- a/src/modules/common/rawstr.cpp +++ b/src/modules/common/rawstr.cpp @@ -21,6 +21,9 @@ #include <utilfuns.h> #include <rawstr.h> #include <sysdata.h> + +SWORD_NAMESPACE_START + /****************************************************************************** * RawStr Statics */ @@ -549,3 +552,5 @@ signed char RawStr::createModule(const char *ipath) return 0; } + +SWORD_NAMESPACE_END |