]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterStoreV2Iterator.h
coverity warnings fixed
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterStoreV2Iterator.h
index 1e6e8a58e6cec6f0f734cefe9c21a4a17116ce2f..2d838e857c5785a6398587e370c762480f99db84 100644 (file)
@@ -41,9 +41,10 @@ private:
   AliMUONClusterStoreV2Iterator(const AliMUONClusterStoreV2Iterator& rhs);
   /// Not implemented
   AliMUONClusterStoreV2Iterator& operator=(const AliMUONClusterStoreV2Iterator& rhs);
-  TIterator& operator=(const TIterator& rhs);
+  /// Overriden TIterator virtual operator=
+  AliMUONClusterStoreV2Iterator& operator=(const TIterator& rhs);
 
-  const AliMUONClusterStoreV2* fStore; ///< store to iterate upon
+  const AliMUONClusterStoreV2* fkStore; ///< store to iterate upon
   Int_t fFirstChamberId; ///< first chamber
   Int_t fLastChamberId; ///< last chamber
   Int_t fCurrentChamberId; ///< current chamber