[sword-cvs] sword/src/mgr markupfiltmgr.cpp,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 23 Oct 2003 19:51:58 -0700
- Previous message: [sword-cvs] sword/src/modules/filters osiswebif.cpp,NONE,1.1 Makefile.am,1.23,1.24 gbfwebif.cpp,1.6,1.7 osishtmlhref.cpp,1.17,1.18 swbasicfilter.cpp,1.32,1.33
- Next message: [sword-cvs] sword/src/modules/filters osiswebif.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv15278/src/mgr
Modified Files:
markupfiltmgr.cpp
Log Message:
Index: markupfiltmgr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/markupfiltmgr.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- markupfiltmgr.cpp 22 Oct 2003 03:14:41 -0000 1.8
+++ markupfiltmgr.cpp 24 Oct 2003 02:51:56 -0000 1.9
@@ -36,6 +36,7 @@
#include <osishtmlhref.h>
#include <gbfwebif.h>
#include <thmlwebif.h>
+#include <osiswebif.h>
#include <markupfiltmgr.h>
@@ -240,7 +241,7 @@
fromplain = NULL;
fromthml = new ThMLWEBIF();
fromgbf = new GBFWEBIF();
- fromosis = NULL;
+ fromosis = new OSISWEBIF();
break;
}
- Previous message: [sword-cvs] sword/src/modules/filters osiswebif.cpp,NONE,1.1 Makefile.am,1.23,1.24 gbfwebif.cpp,1.6,1.7 osishtmlhref.cpp,1.17,1.18 swbasicfilter.cpp,1.32,1.33
- Next message: [sword-cvs] sword/src/modules/filters osiswebif.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]