diff options
Diffstat (limited to 'include/thmlhtml.h')
-rw-r--r-- | include/thmlhtml.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/thmlhtml.h b/include/thmlhtml.h index f6c29ad..4077ac2 100644 --- a/include/thmlhtml.h +++ b/include/thmlhtml.h @@ -23,6 +23,8 @@ #include <defs.h> +SWORD_NAMESPACE_START + /** this filter converts ThML text to HTML text */ class SWDLLEXPORT ThMLHTML : public SWBasicFilter { @@ -31,5 +33,5 @@ protected: public: ThMLHTML(); }; - +SWORD_NAMESPACE_END #endif |