aboutsummaryrefslogtreecommitdiffstats
path: root/include/thmlhtmlhref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thmlhtmlhref.h')
-rw-r--r--include/thmlhtmlhref.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/thmlhtmlhref.h b/include/thmlhtmlhref.h
index dc1d192..4c3a3ca 100644
--- a/include/thmlhtmlhref.h
+++ b/include/thmlhtmlhref.h
@@ -21,6 +21,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to HTML text with hrefs
*/
class SWDLLEXPORT ThMLHTMLHREF : public SWBasicFilter {
@@ -29,5 +31,5 @@ protected:
public:
ThMLHTMLHREF();
};
-
+SWORD_NAMESPACE_END
#endif /* _THMLHTMLHREF_H */