aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlosis.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlosis.h')
-rw-r--r--include/thmlosis.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/thmlosis.h b/include/thmlosis.h
index 038d4b6..eebcd40 100644
--- a/include/thmlosis.h
+++ b/include/thmlosis.h
@@ -20,6 +20,8 @@
#include <defs.h>
#include <swfilter.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to HTML text with hrefs
*/
class SWDLLEXPORT ThMLOSIS : public SWFilter {
@@ -31,5 +33,5 @@ public:
virtual ~ThMLOSIS();
char ProcessText(char *text, int maxlen, const SWKey *, const SWModule * = 0);
};
-
+SWORD_NAMESPACE_END
#endif /* THMLOSIS_H */