Index: /trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 2865)
+++ /trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc	(revision 2866)
@@ -160,7 +160,7 @@
 
 Bool_t MRanForestCalc::Grow(MHMatrix *matrixg,MHMatrix *matrixh,Int_t ntree,
-                            Int_t numtry,Int_t ndsize,const char* treefile=0,
-                            const char* treename=0,const char* contname=0,
-                            const char* hgininame=0)
+                            Int_t numtry,Int_t ndsize,const char* treefile,
+                            const char* treename,const char* contname,
+                            const char* hgininame)
 {
 
@@ -219,5 +219,5 @@
 }
 
-Bool_t MRanForestCalc::Fill(Int_t ntree,const char* treefile=0,const char* treename=0)
+Bool_t MRanForestCalc::Fill(Int_t ntree,const char* treefile,const char* treename)
 {
     treefile  = treefile  ? treefile  : "RF.root";
