aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbfthml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gbfthml.h')
-rw-r--r--include/gbfthml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gbfthml.h b/include/gbfthml.h
index f09cf92..972e762 100644
--- a/include/gbfthml.h
+++ b/include/gbfthml.h
@@ -22,6 +22,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts GBF text into ThML text
*/
class SWDLLEXPORT GBFThML:public SWFilter
@@ -31,4 +33,5 @@ public:
virtual char ProcessText (char *text, int maxlen = -1);
};
+SWORD_NAMESPACE_END
#endif