]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometryModule.h
Fixes for coverity: SELF_ASSIGN
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryModule.h
index aadc5b1cfd72cc7a0eff75702d18904368ad6048..dce48e7ce24945d9b07665703f9f22b96f4d9659 100644 (file)
@@ -25,7 +25,6 @@
 class AliMUONGeometryEnvelope;
 class AliMUONGeometryEnvelopeStore;
 class AliMUONGeometryDetElement;
-class AliMUONGeometryStore;
 class AliMUONStringIntMap;
 
 class TGeoTranslation;
@@ -67,7 +66,9 @@ class AliMUONGeometryModule : public TObject
     AliMUONGeometryModuleTransformer* GetTransformer() const;
 
   protected:
+    /// Not implemented
     AliMUONGeometryModule(const AliMUONGeometryModule& rhs);
+    /// Not implemented
     AliMUONGeometryModule& operator = (const AliMUONGeometryModule& rhs);
 
   private: