--- PamVMC/include/PamVMCCutContMgr.h 2009/02/19 16:50:35 1.1 +++ PamVMC/include/PamVMCCutContMgr.h 2009/06/12 18:39:16 1.5 @@ -33,7 +33,7 @@ void SetCuts(){ TMapIter *n= (TMapIter *)fcutcontmap.MakeIterator(); - TObject *o; while( o=(TObject *) n->Next()) { + TObject *o; while( (o=(TObject *) n->Next())) { ((pCutControl*)fcutcontmap.GetValue(o))->SetCuts(); @@ -44,7 +44,7 @@ std::cout<<"LIST OF CUTS AND CONTROLS FOR REGISTERED MEDIA"<Next()) { + TObject *o; while( (o=(TObject *) n->Next())) { TString medname =(*(TObjString*)o).GetString(); std::cout<<"MEDIA: "<Print();