From 6c27c3a91b851019c43c426d4fb9d77e4234f932 Mon Sep 17 00:00:00 2001 From: ivana Date: Fri, 9 Mar 2007 13:36:33 +0000 Subject: [PATCH] Adding private declaration of assignment operator --- MUON/AliMUONGMSSubprocessor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MUON/AliMUONGMSSubprocessor.h b/MUON/AliMUONGMSSubprocessor.h index cbd193d70a4..7d65920911d 100644 --- a/MUON/AliMUONGMSSubprocessor.h +++ b/MUON/AliMUONGMSSubprocessor.h @@ -32,7 +32,8 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor virtual UInt_t Process(TMap* /*dcsAliasMap*/); private: - AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&); // Not implemented + AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&); + AliMUONGMSSubprocessor& operator=(const AliMUONGMSSubprocessor&); UInt_t ProcessFile(const TString& filename); -- 2.43.0