[sword-cvs] sword/include gbfhtmlhref.h,1.9,1.10
sword at www.crosswire.org
sword at www.crosswire.org
Wed Jul 21 09:49:36 MST 2004
Committed by: tbiggs
Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv17746
Modified Files:
gbfhtmlhref.h
Log Message:
updated htmlhref filters to use new URL class
Index: gbfhtmlhref.h
===================================================================
RCS file: /cvs/core/sword/include/gbfhtmlhref.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- gbfhtmlhref.h 27 Mar 2004 19:35:30 -0000 1.9
+++ gbfhtmlhref.h 21 Jul 2004 16:49:34 -0000 1.10
@@ -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);
bool hasFootnotePreTag;
+ SWBuf version;
};
virtual BasicFilterUserData *createUserData(const SWModule *module, const SWKey *key) {
return new MyUserData(module, key);
More information about the sword-cvs
mailing list