[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


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;
                 }