diff options
Diffstat (limited to 'include/gbfplain.h')
-rw-r--r-- | include/gbfplain.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gbfplain.h b/include/gbfplain.h index 5e24957..fcf7a27 100644 --- a/include/gbfplain.h +++ b/include/gbfplain.h @@ -1,6 +1,6 @@ /* * - * $Id: gbfplain.h,v 1.8 2001/12/11 22:35:10 scribe Exp $ + * $Id: gbfplain.h,v 1.9 2002/10/01 19:52:40 dglassey Exp $ * * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -25,6 +25,8 @@ #include <defs.h> +SWORD_NAMESPACE_START + /** This filter converts GBF text into plain text */ class SWDLLEXPORT GBFPlain:public SWFilter @@ -34,4 +36,5 @@ public: virtual char ProcessText (char *text, int maxlen, const SWKey *key, const SWModule * = 0); }; +SWORD_NAMESPACE_END #endif |