[sword-cvs] sword/include gbfhtmlhref.h,1.7,1.8 osishtmlhref.h,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 27 Mar 2004 04:20:09 -0700
- Previous message: [sword-cvs] sword/src/modules/filters gbfhtmlhref.cpp,1.27,1.28 osishtmlhref.cpp,1.21,1.22 thmlhtmlhref.cpp,1.48,1.49
- Next message: [sword-cvs] sword/include gbfhtmlhref.h,1.8,1.9 osishtmlhref.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv23948
Modified Files:
gbfhtmlhref.h osishtmlhref.h
Log Message:
mg: fix for Terry's patch - probably the header patch was missing
Index: gbfhtmlhref.h
===================================================================
RCS file: /cvs/core/sword/include/gbfhtmlhref.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- gbfhtmlhref.h 12 Aug 2003 05:36:30 -0000 1.7
+++ gbfhtmlhref.h 27 Mar 2004 11:20:07 -0000 1.8
@@ -31,8 +31,9 @@
protected:
class MyUserData : public BasicFilterUserData {
public:
- MyUserData(const SWModule *module, const SWKey *key) : BasicFilterUserData(module, key) {}
+ MyUserData(const SWModule *module, const SWKey *key);//: BasicFilterUserData(module, key) {}
bool hasFootnotePreTag;
+ SWBuf version;
};
virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
return new MyUserData(module, key);
Index: osishtmlhref.h
===================================================================
RCS file: /cvs/core/sword/include/osishtmlhref.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- osishtmlhref.h 22 Nov 2003 05:27:39 -0000 1.8
+++ osishtmlhref.h 27 Mar 2004 11:20:07 -0000 1.9
@@ -37,6 +37,7 @@
SWBuf lastTransChange;
SWBuf w;
SWBuf fn;
+ SWBuf version;
MyUserData(const SWModule *module, const SWKey *key);
};
virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
- Previous message: [sword-cvs] sword/src/modules/filters gbfhtmlhref.cpp,1.27,1.28 osishtmlhref.cpp,1.21,1.22 thmlhtmlhref.cpp,1.48,1.49
- Next message: [sword-cvs] sword/include gbfhtmlhref.h,1.8,1.9 osishtmlhref.h,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]