[sword-cvs] sword/include thmlrtf.h,1.12,1.13
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 21 Dec 2003 23:30:46 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv30012/include
Modified Files:
thmlrtf.h
Log Message:
Index: thmlrtf.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/thmlrtf.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- thmlrtf.h 22 Dec 2003 04:00:50 -0000 1.12
+++ thmlrtf.h 22 Dec 2003 06:30:44 -0000 1.13
@@ -22,6 +22,7 @@
#define THMLRTF_H
#include <swbasicfilter.h>
+#include <utilxml.h>
SWORD_NAMESPACE_START
@@ -35,6 +36,7 @@
bool SecHead;
SWBuf version;
bool BiblicalText;
+ XMLTag startTag;
};
virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
return new MyUserData(module, key);