[sword-cvs] sword/include thmlrtf.h,1.11,1.12

sword@www.crosswire.org sword@www.crosswire.org
Sun, 21 Dec 2003 21:00:52 -0700


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

Modified Files:
	thmlrtf.h 
Log Message:


Index: thmlrtf.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/thmlrtf.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- thmlrtf.h	12 Aug 2003 05:36:30 -0000	1.11
+++ thmlrtf.h	22 Dec 2003 04:00:50 -0000	1.12
@@ -31,8 +31,10 @@
 protected:
 	class MyUserData : public BasicFilterUserData {
 	public:
-		MyUserData(const SWModule *module, const SWKey *key) : BasicFilterUserData(module, key) {}
-		bool sechead;
+		MyUserData(const SWModule *module, const SWKey *key);
+		bool SecHead;
+		SWBuf version;
+		bool BiblicalText;
 	};
 	virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
 		return new MyUserData(module, key);