aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbfosis.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gbfosis.h')
-rw-r--r--include/gbfosis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gbfosis.h b/include/gbfosis.h
index f0eb311..95e069b 100644
--- a/include/gbfosis.h
+++ b/include/gbfosis.h
@@ -20,6 +20,8 @@
#include <defs.h>
#include <swfilter.h>
+SWORD_NAMESPACE_START
+
/** this filter converts GBF text to HTML text with hrefs
*/
class SWDLLEXPORT GBFOSIS : public SWFilter {
@@ -32,4 +34,5 @@ public:
char ProcessText(char *text, int maxlen, const SWKey *, const SWModule * = 0);
};
+SWORD_NAMESPACE_END
#endif /* THMLOSIS_H */