[sword-cvs] sword/include thmlhtmlhref.h,1.9,1.10

sword@www.crosswire.org sword@www.crosswire.org
Sun, 21 Dec 2003 21:28:11 -0700


Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv28570/include

Modified Files:
	thmlhtmlhref.h 
Log Message:


Index: thmlhtmlhref.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/thmlhtmlhref.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- thmlhtmlhref.h	21 Dec 2003 23:33:10 -0000	1.9
+++ thmlhtmlhref.h	22 Dec 2003 04:28:09 -0000	1.10
@@ -22,6 +22,7 @@
 #define _THMLHTMLHREF_H
 
 #include <swbasicfilter.h>
+#include <utilxml.h>
 
 SWORD_NAMESPACE_START
 
@@ -36,6 +37,7 @@
 		bool SecHead;
 		bool BiblicalText;
 		SWBuf version;
+		XMLTag startTag;
 	};
 	virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
 		return new MyUserData(module, key);