Index: trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc
===================================================================
--- trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc	(revision 7760)
+++ trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc	(revision 8091)
@@ -37,5 +37,5 @@
 #include "MLogManip.h"
 
-#include "MF.h"
+#include "MFDataPhrase.h"
 #include "MParameterCalc.h"
 
@@ -54,5 +54,5 @@
 void MJTrainRanForest::AddCut(TList &l, const char *rule)
 {
-    MFilter *f = new MF(rule);
+    MFilter *f = new MFDataPhrase(rule);
     f->SetBit(kCanDelete); //FIXME!!!! Why does not any other list delete it???
     Add(l, f);
