aboutsummaryrefslogtreecommitdiffstats
path: root/include/utf8html.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utf8html.h')
-rw-r--r--include/utf8html.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utf8html.h b/include/utf8html.h
index f292efe..73da2e0 100644
--- a/include/utf8html.h
+++ b/include/utf8html.h
@@ -24,6 +24,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** This filter converts UTF-8 text into HTML escape sequences
*/
class SWDLLEXPORT UTF8HTML:public SWFilter {
@@ -32,4 +34,5 @@ public:
virtual char ProcessText (char *text, int maxlen, const SWKey *key, const SWModule * = 0);
};
+SWORD_NAMESPACE_END
#endif