[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
- Previous message: [sword-cvs] sword/src/modules/filters thmlfootnotes.cpp,1.14,1.15 thmlhtmlhref.cpp,1.41,1.42 thmlscripref.cpp,1.15,1.16
- Next message: [sword-cvs] sword/src/modules/filters thmlhtmlhref.cpp,1.42,1.43 thmlrtf.cpp,1.37,1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [sword-cvs] sword/src/modules/filters thmlfootnotes.cpp,1.14,1.15 thmlhtmlhref.cpp,1.41,1.42 thmlscripref.cpp,1.15,1.16
- Next message: [sword-cvs] sword/src/modules/filters thmlhtmlhref.cpp,1.42,1.43 thmlrtf.cpp,1.37,1.38
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]