diff options
Diffstat (limited to 'include/thmlrtf.h')
-rw-r--r-- | include/thmlrtf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/thmlrtf.h b/include/thmlrtf.h index 319cf4e..1d8ddd4 100644 --- a/include/thmlrtf.h +++ b/include/thmlrtf.h @@ -25,6 +25,8 @@ #include <defs.h> +SWORD_NAMESPACE_START + /** this filter converts ThML text to RTF text */ class SWDLLEXPORT ThMLRTF:public SWBasicFilter @@ -35,4 +37,5 @@ public: ThMLRTF (); }; +SWORD_NAMESPACE_END #endif |