From bf167779c3051180f10188b1a988def048a8d232 Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 2 Oct 2002 13:02:56 +0000 Subject: sync with crosswire 20021002-1300 --- include/latin1utf16.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/latin1utf16.h') diff --git a/include/latin1utf16.h b/include/latin1utf16.h index 685adbc..beafec7 100644 --- a/include/latin1utf16.h +++ b/include/latin1utf16.h @@ -24,6 +24,8 @@ #include +SWORD_NAMESPACE_START + /** This filter converts Latin-1 encoded text to UTF-8 */ class SWDLLEXPORT Latin1UTF16:public SWFilter { @@ -32,4 +34,5 @@ public: virtual char ProcessText (char *text, int maxlen, const SWKey *key, const SWModule * = 0); }; +SWORD_NAMESPACE_END #endif -- cgit