aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbfhtmlhref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gbfhtmlhref.h')
-rw-r--r--include/gbfhtmlhref.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gbfhtmlhref.h b/include/gbfhtmlhref.h
index 77952a4..18694a8 100644
--- a/include/gbfhtmlhref.h
+++ b/include/gbfhtmlhref.h
@@ -21,6 +21,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts GBF text to HTML text with hrefs
*/
class SWDLLEXPORT GBFHTMLHREF : public SWBasicFilter {
@@ -30,4 +32,6 @@ public:
GBFHTMLHREF ();
};
+
+SWORD_NAMESPACE_END
#endif