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