[sword-cvs] sword/include osisplain.h,1.10,1.11

sword@www.crosswire.org sword@www.crosswire.org
Fri, 9 Apr 2004 05:31:21 -0700


Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv18680/include

Modified Files:
	osisplain.h 
Log Message:
fixes for filter bugs I made in the optimizing; NASB is still not displayed - bug in OSISFootnotes; some more speed improvements (jansorg)

Index: osisplain.h
===================================================================
RCS file: /cvs/core/sword/include/osisplain.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- osisplain.h	12 Aug 2003 05:36:30 -0000	1.10
+++ osisplain.h	9 Apr 2004 12:31:18 -0000	1.11
@@ -22,6 +22,7 @@
 #define OSISPLAIN_H
 
 #include <swbasicfilter.h>
+#include <utilxml.h>
 
 SWORD_NAMESPACE_START
 
@@ -33,6 +34,7 @@
 	class MyUserData : public BasicFilterUserData {
 	public:
 		SWBuf w;
+		XMLTag tag;
 		MyUserData(const SWModule *module, const SWKey *key) : BasicFilterUserData(module, key) {}
 	};
 	virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {