]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug corrected
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Jan 2004 18:20:59 +0000 (18:20 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Jan 2004 18:20:59 +0000 (18:20 +0000)
HBTAN/AliHBTReader.cxx

index 589bfd0e67436635923875cd8cc4ac3d70cd641e..a625fc87e2707dc0bec3e619746232d97364cae9 100644 (file)
@@ -139,7 +139,7 @@ AliHBTReader& AliHBTReader::operator=(const AliHBTReader& in)
  fFirst = in.fFirst;
  fLast = in.fLast;
  fTrackCounter = 0x0;
-   
+ return *this;  
 }
 /*************************************************************************************/