]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFTDCError.cxx
Completed changes needed because of previous commit
[u/mrichter/AliRoot.git] / TOF / AliTOFTDCError.cxx
index 06b0c7aaaa2957f7a792022cd774ce034a619dbb..b5b9f959180586d2dc7d115f1b92954fa1d72289 100644 (file)
@@ -54,6 +54,8 @@ AliTOFTDCError &
 AliTOFTDCError::operator = (const AliTOFTDCError &source)
 {
   /* operator = */
+  if (this == &source) return *this;
+  TObject::operator=(source);
   fErrorFlags = source.fErrorFlags;
   fTDCID = source.fTDCID;
   return *this;