aboutsummaryrefslogtreecommitdiffstats
path: root/src/utilfuns/utilstr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilfuns/utilstr.cpp')
-rw-r--r--src/utilfuns/utilstr.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utilfuns/utilstr.cpp b/src/utilfuns/utilstr.cpp
index 7363240..23d1f4b 100644
--- a/src/utilfuns/utilstr.cpp
+++ b/src/utilfuns/utilstr.cpp
@@ -13,6 +13,8 @@
#endif
+SWORD_NAMESPACE_START
+
/******************************************************************************
* stdstr - Sets/gets a string
*
@@ -196,3 +198,5 @@ char *toupperstr_utf8(char *buf) {
return ret;
}
+
+SWORD_NAMESPACE_END