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