aboutsummaryrefslogtreecommitdiffstats
path: root/apps/console/diatheke/thmlcgi.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/console/diatheke/thmlcgi.h')
-rw-r--r--apps/console/diatheke/thmlcgi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/console/diatheke/thmlcgi.h b/apps/console/diatheke/thmlcgi.h
index c164f0d..a0723d5 100644
--- a/apps/console/diatheke/thmlcgi.h
+++ b/apps/console/diatheke/thmlcgi.h
@@ -21,6 +21,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to Diatheke/CGI format
*/
class SWDLLEXPORT ThMLCGI : public SWBasicFilter {
@@ -30,4 +32,5 @@ public:
ThMLCGI();
};
+SWORD_NAMESPACE_END
#endif