aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/common/swcomprs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/common/swcomprs.cpp')
-rw-r--r--src/modules/common/swcomprs.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/common/swcomprs.cpp b/src/modules/common/swcomprs.cpp
index 4bd2e5e..a6d61fd 100644
--- a/src/modules/common/swcomprs.cpp
+++ b/src/modules/common/swcomprs.cpp
@@ -7,6 +7,7 @@
#include <stdlib.h>
#include <swcomprs.h>
+SWORD_NAMESPACE_START
/******************************************************************************
* SWCompress Constructor - Initializes data for instance of SWCompress
@@ -188,3 +189,5 @@ void SWCompress::cycleStream() {
zlen = slen = totlen;
}
+
+SWORD_NAMESPACE_END