]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/AliMCInfo.cxx
correction of trivial typo preventing compilation
[u/mrichter/AliRoot.git] / PWG1 / AliMCInfo.cxx
index 4752b8f8e74bc589065dd66a26751914aa46400f..986305bd3ec1f8a2e1bc00e0dd9f092f82828771 100644 (file)
@@ -141,7 +141,7 @@ AliMCInfo& AliMCInfo::operator=(const AliMCInfo& info) {
   //
   // Assignment operator
   //
-  delete this;
+  this->~AliMCInfo();
   new (this) AliMCInfo(info);
   return *this;
 }