aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlplain.h')
-rw-r--r--include/thmlplain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/thmlplain.h b/include/thmlplain.h
index 0a753fe..0db4d59 100644
--- a/include/thmlplain.h
+++ b/include/thmlplain.h
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to plain text
*/
class SWDLLEXPORT ThMLPlain:public SWFilter
@@ -34,4 +36,5 @@ public:
virtual char ProcessText (char *text, int maxlen = -1);
};
+SWORD_NAMESPACE_END
#endif