]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAChecker.cxx
Fixes for bug #49914: Compilation breaks in trunk, and bug #48629: Trunk cannot read...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAChecker.cxx
index a4c42da70f478a3ee9dcef902a448252b069ff17..10e9b03511177cf0eb8d8b988f9e2b0d58bb1fd5 100644 (file)
 
 // --- AliRoot header files ---
 #include "AliLog.h"
-#include "AliQA.h"
+#include "AliQAv1.h"
 #include "AliQAChecker.h"
 #include "AliPHOSQAChecker.h"
 
 ClassImp(AliPHOSQAChecker)
 
 //__________________________________________________________________
-AliPHOSQAChecker& AliPHOSQAChecker::operator = (const AliPHOSQAChecker& qac )
-{
-  // Equal operator.
-  this->~AliPHOSQAChecker();
-  new(this) AliPHOSQAChecker(qac);
-  return *this;
-}