]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing Coverity 17801
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Feb 2012 13:50:47 +0000 (13:50 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Feb 2012 13:50:47 +0000 (13:50 +0000)
STEER/STEER/AliCorrQAChecker.h

index a846080fefa92187b3ffc9cfebcbdfd3ad1fcd39..583203945c6d9e171e3c6031deb29e942361985c 100644 (file)
@@ -34,7 +34,8 @@ public:
 
 
 private:
-  AliCorrQAChecker(const AliCorrQAChecker& qac); // cpy ctor   
+  AliCorrQAChecker(const AliCorrQAChecker& qac); // Not implemented
+  AliCorrQAChecker& operator=(const AliCorrQAChecker& qac); // Not implemented
   Double_t * CheckN(AliQAv1::ALITASK_t index, TNtupleD ** nData, AliDetectorRecoParam * recoParam) ; 
 
   ClassDef(AliCorrQAChecker,1)  // description