aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filters/gbfmorph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/filters/gbfmorph.cpp')
-rw-r--r--src/modules/filters/gbfmorph.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/filters/gbfmorph.cpp b/src/modules/filters/gbfmorph.cpp
index f8d336e..20ec379 100644
--- a/src/modules/filters/gbfmorph.cpp
+++ b/src/modules/filters/gbfmorph.cpp
@@ -13,6 +13,7 @@
#include <unixstr.h>
#endif
+SWORD_NAMESPACE_START
const char GBFMorph::on[] = "On";
const char GBFMorph::off[] = "Off";
@@ -96,3 +97,5 @@ char GBFMorph::ProcessText(char *text, int maxlen, const SWKey *key, const SWMod
}
return 0;
}
+
+SWORD_NAMESPACE_END