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