]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSIndexToObject.h
modified the syntax of the assignment operator so that the Code Checker does recognize it
[u/mrichter/AliRoot.git] / PHOS / AliPHOSIndexToObject.h
index 0aaf46f84bfd904cd2c90c0fc3cbe3965eab96d3..a1b7f97a4d7a684029fbc56e28e8f161b0d3af1c 100644 (file)
@@ -59,7 +59,7 @@ public:
   AliRecPoint *         GimeRecPoint(Int_t index, TString s) ; 
   AliPHOSTrackSegment * GimeTrackSegment(Int_t index) ;
   
-  AliPHOSIndexToObject & operator = (AliPHOSIndexToObject const & rvalue) {
+  AliPHOSIndexToObject & operator = (const AliPHOSIndexToObject & rvalue) {
     // assignement operator requested by coding convention
     // but not needed
     assert(0==1) ;