aboutsummaryrefslogtreecommitdiffstats
path: root/include/utf8nfkd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utf8nfkd.h')
-rw-r--r--include/utf8nfkd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utf8nfkd.h b/include/utf8nfkd.h
index 9f4364e..33e9d94 100644
--- a/include/utf8nfkd.h
+++ b/include/utf8nfkd.h
@@ -27,6 +27,7 @@
#include <unicode/unorm.h>
#include <defs.h>
+SWORD_NAMESPACE_START
class SWDLLEXPORT UTF8NFKD : public SWFilter
{
@@ -40,4 +41,5 @@ class SWDLLEXPORT UTF8NFKD : public SWFilter
virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0);
};
+SWORD_NAMESPACE_END
#endif