aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlolb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlolb.h')
-rw-r--r--include/thmlolb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/thmlolb.h b/include/thmlolb.h
index 6f6c0f7..d4c08f5 100644
--- a/include/thmlolb.h
+++ b/include/thmlolb.h
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to OLB text
*/
class SWDLLEXPORT ThMLOLB:public SWFilter
@@ -33,5 +35,5 @@ public:
ThMLOLB ();
virtual char ProcessText (char *text, int maxlen = -1);
};
-
+SWORD_NAMESPACE_END
#endif