[sword-cvs] sword/include thmlhtmlhref.h,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 21 Dec 2003 16:33:12 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv23989/include
Modified Files:
thmlhtmlhref.h
Log Message:
Fixed scripRef to use entryAttributes
Index: thmlhtmlhref.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/thmlhtmlhref.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- thmlhtmlhref.h 21 Dec 2003 01:35:01 -0000 1.8
+++ thmlhtmlhref.h 21 Dec 2003 23:33:10 -0000 1.9
@@ -32,7 +32,7 @@
class MyUserData : public BasicFilterUserData {
public:
MyUserData(const SWModule *module, const SWKey *key);//: BasicFilterUserData(module, key) {}
- bool inscriptRef;
+ SWBuf inscriptRef;
bool SecHead;
bool BiblicalText;
SWBuf version;