summaryrefslogtreecommitdiffstats
path: root/Diaspora/thmlpbr.h
diff options
context:
space:
mode:
authorChris Little <chrislit@crosswire.org>2002-12-28 11:50:07 +0000
committerChris Little <chrislit@crosswire.org>2002-12-28 11:50:07 +0000
commit10fa55dfc5fe851ce6598e60d85437e8892937f5 (patch)
tree82733c853b6d7d5e5fda5217e107a8f0bc2bc13c /Diaspora/thmlpbr.h
parent768fd9ba102411db70808b7a7d89381136d53e0d (diff)
downloadsword-tools-10fa55dfc5fe851ce6598e60d85437e8892937f5.tar.gz
Sword 1.5.5 updates
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@13 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'Diaspora/thmlpbr.h')
-rw-r--r--Diaspora/thmlpbr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Diaspora/thmlpbr.h b/Diaspora/thmlpbr.h
index 4781320..135af98 100644
--- a/Diaspora/thmlpbr.h
+++ b/Diaspora/thmlpbr.h
@@ -25,6 +25,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
/** this filter converts ThML text to plain text
*/
class SWDLLEXPORT ThMLPBR:public SWFilter
@@ -33,5 +35,5 @@ public:
ThMLPBR ();
virtual char ProcessText (char *text, int maxlen = -1);
};
-
+SWORD_NAMESPACE_END
#endif