aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filters/gbfplain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/filters/gbfplain.cpp')
-rw-r--r--src/modules/filters/gbfplain.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/filters/gbfplain.cpp b/src/modules/filters/gbfplain.cpp
index 65766d3..e8a2f76 100644
--- a/src/modules/filters/gbfplain.cpp
+++ b/src/modules/filters/gbfplain.cpp
@@ -9,6 +9,7 @@
#include <string.h>
#include <gbfplain.h>
+SWORD_NAMESPACE_START
GBFPlain::GBFPlain() {
}
@@ -104,3 +105,5 @@ char GBFPlain::ProcessText(char *text, int maxlen, const SWKey *key, const SWMod
*to = 0;
return 0;
}
+
+SWORD_NAMESPACE_END