]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing compiler warning
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Aug 2008 13:10:40 +0000 (13:10 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Aug 2008 13:10:40 +0000 (13:10 +0000)
MUON/mapping/AliMpManuStore.cxx

index 0196781958abe10da25d8fae0a71e47bc351434c..2e72e59796def2687b51f1e9a0471c58fa1411c6 100644 (file)
@@ -328,10 +328,10 @@ Bool_t  AliMpManuStore::WriteData(const TString& outDir)
     }
     
     // Loop over map
-    TExMapIter it(&fManuToSerialNbs);
+    TExMapIter it2(&fManuToSerialNbs);
     Long_t key;
     Long_t value;
-    while ( ( it.Next(key, value) ) ) {
+    while ( ( it2.Next(key, value) ) ) {
       AliMpIntPair pair = AliMpExMap::GetPair(key);
       
       if ( pair.GetFirst() != detElemId ) continue;