[sword-cvs] sword/include osishtmlhref.h,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 21 Oct 2003 20:10:29 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv1869
Modified Files:
osishtmlhref.h
Log Message:
case consistency
Index: osishtmlhref.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/osishtmlhref.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- osishtmlhref.h 12 Aug 2003 05:36:30 -0000 1.6
+++ osishtmlhref.h 22 Oct 2003 03:10:27 -0000 1.7
@@ -27,7 +27,7 @@
/** this filter converts OSIS text to HTML text with hrefs
*/
-class SWDLLEXPORT OSISHTMLHref : public SWBasicFilter {
+class SWDLLEXPORT OSISHTMLHREF : public SWBasicFilter {
private:
protected:
class MyUserData : public BasicFilterUserData {
@@ -43,7 +43,7 @@
}
virtual bool handleToken(SWBuf &buf, const char *token, BasicFilterUserData *userData);
public:
- OSISHTMLHref();
+ OSISHTMLHREF();
};
SWORD_NAMESPACE_END