]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity fix.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Jan 2012 15:11:18 +0000 (15:11 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Jan 2012 15:11:18 +0000 (15:11 +0000)
STEER/AOD/AliAODCaloCells.cxx

index 4be329424151db06199551fc9fb0f9a06a21d8ca..6cd4d78d9f0655344474763588beb7cf1dbfee46 100644 (file)
@@ -57,6 +57,7 @@ AliAODCaloCells& AliAODCaloCells::operator=(const AliAODCaloCells& cells)
 {
     // Assignment operator
   if(&cells == this) return *this;
+  AliVCaloCells::operator=(cells);
   delete [] fCellNumber;
   delete [] fAmplitude;