]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplay3D.cxx
fixed compile warnings
[u/mrichter/AliRoot.git] / HLT / TPCLib / OnlineDisplay / AliHLTTPCDisplay3D.cxx
index da4b98e65d75666534f7fa85e48a7a67dd40815d..db748e7e757b0f5b0413515c16b31ed867fb65c0 100644 (file)
@@ -142,9 +142,9 @@ void AliHLTTPCDisplay3D::Draw(){
        
            TList* nodeList = masterNode->GetListOfNodes();
            TNode* node=0;
-           TIter next(nodeList);
+           TIter nextt(nodeList);
            
-           while ((node = static_cast<TNode*> (next()))) {  
+           while ((node = static_cast<TNode*> (nextt()))) {  
                
                ULong_t tmpslice = atol(node->GetName() + 2);