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/thmlplain.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/thmlplain.h') diff --git a/include/thmlplain.h b/include/thmlplain.h index 0a753fe..0db4d59 100644 --- a/include/thmlplain.h +++ b/include/thmlplain.h @@ -25,6 +25,8 @@ #include +SWORD_NAMESPACE_START + /** this filter converts ThML text to plain text */ class SWDLLEXPORT ThMLPlain:public SWFilter @@ -34,4 +36,5 @@ public: virtual char ProcessText (char *text, int maxlen = -1); }; +SWORD_NAMESPACE_END #endif -- cgit