diff options
Diffstat (limited to 'include/plainhtml.h')
-rw-r--r-- | include/plainhtml.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/plainhtml.h b/include/plainhtml.h index d0eb547..4d57833 100644 --- a/include/plainhtml.h +++ b/include/plainhtml.h @@ -16,8 +16,8 @@ * * ***************************************************************************/ -/* $Header: /usr/local/cvsroot/sword/include/plainhtml.h,v 1.7 2001/12/11 22:35:10 scribe Exp $ */ -/* $Revision: 1.7 $ */ +/* $Header: /usr/local/cvsroot/sword/include/plainhtml.h,v 1.8 2002/10/01 19:52:40 dglassey Exp $ */ +/* $Revision: 1.8 $ */ #ifndef PLAINHTML_H #define PLAINHTML_H @@ -26,6 +26,8 @@ #include <defs.h> +SWORD_NAMESPACE_START + /** this filter converts plain text to HTML text */ class SWDLLEXPORT PLAINHTML:public SWFilter @@ -35,4 +37,5 @@ public: virtual char ProcessText (char *text, int maxlen, const SWKey * key, const SWModule * = 0); }; +SWORD_NAMESPACE_END #endif |