aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlrtf.h')
-rw-r--r--include/thmlrtf.h3
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