aboutsummaryrefslogtreecommitdiffstats
path: root/apps/console/diatheke/thmlcgi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/console/diatheke/thmlcgi.cpp')
-rw-r--r--apps/console/diatheke/thmlcgi.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/console/diatheke/thmlcgi.cpp b/apps/console/diatheke/thmlcgi.cpp
index 2bb7720..d8370c6 100644
--- a/apps/console/diatheke/thmlcgi.cpp
+++ b/apps/console/diatheke/thmlcgi.cpp
@@ -18,6 +18,8 @@
#include <string.h>
#include "thmlcgi.h"
+SWORD_NAMESPACE_START
+
ThMLCGI::ThMLCGI() {
setTokenStart("<");
setTokenEnd(">");
@@ -190,3 +192,4 @@ bool ThMLCGI::handleToken(char **buf, const char *token, DualStringMap &userData
+SWORD_NAMESPACE_END