]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpRow.h
Removing implementation of protected copy constructor &
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpRow.h
index 48d3e2a9df514c70e038e0821ec0d303ceb594c9..c1a208c557435f5d7019d14901e671d4f987d2dd 100755 (executable)
@@ -71,11 +71,10 @@ class AliMpRow : public AliMpVIndexed
     AliMpVRowSegment*  GetRowSegment(Int_t i) const;
     AliMpMotifMap*     GetMotifMap() const;
 
-  protected:
+  private:
     AliMpRow(const AliMpRow& right);
     AliMpRow&  operator = (const AliMpRow& right);
 
-  private:
     // methods
     AliMpVRowSegment*    FindRowSegment(Int_t ix) const;
     AliMpMotifPosition*  FindMotifPosition(AliMpVRowSegment* segment, Int_t ix) const;