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/rtfhtml.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/rtfhtml.h') diff --git a/include/rtfhtml.h b/include/rtfhtml.h index 54b8a9f..1e4dbf4 100644 --- a/include/rtfhtml.h +++ b/include/rtfhtml.h @@ -15,8 +15,8 @@ * * ***************************************************************************/ -/* $Header: /usr/local/cvsroot/sword/include/rtfhtml.h,v 1.5 2001/12/11 22:35:10 scribe Exp $ */ -/* $Revision: 1.5 $ */ +/* $Header: /usr/local/cvsroot/sword/include/rtfhtml.h,v 1.6 2002/10/01 19:52:40 dglassey Exp $ */ +/* $Revision: 1.6 $ */ #ifndef RTFHTML_H #define RTFHTML_H @@ -25,6 +25,8 @@ #include +SWORD_NAMESPACE_START + /** this filter converts RTF text into HTML text */ class SWDLLEXPORT RTFHTML:public SWFilter @@ -34,4 +36,5 @@ public: virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0); }; +SWORD_NAMESPACE_END #endif -- cgit