aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filters/thmlplain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/filters/thmlplain.cpp')
-rw-r--r--src/modules/filters/thmlplain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/filters/thmlplain.cpp b/src/modules/filters/thmlplain.cpp
index 5609f16..8bcbb3d 100644
--- a/src/modules/filters/thmlplain.cpp
+++ b/src/modules/filters/thmlplain.cpp
@@ -9,6 +9,7 @@
#include <string.h>
#include <thmlplain.h>
+SWORD_NAMESPACE_START
ThMLPlain::ThMLPlain() {
}
@@ -199,3 +200,4 @@ char ThMLPlain::ProcessText(char *text, int maxlen)
}
+SWORD_NAMESPACE_END