From c36368028449b9754eeb559a89f656f77bcdf014 Mon Sep 17 00:00:00 2001 From: richterm Date: Tue, 16 Oct 2007 12:35:55 +0000 Subject: [PATCH] corrected copy and paste typo --- HLT/PHOS/AliHLTPHOSSandboxComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/PHOS/AliHLTPHOSSandboxComponent.h b/HLT/PHOS/AliHLTPHOSSandboxComponent.h index 83ab15f0e93..e287e4eb53e 100644 --- a/HLT/PHOS/AliHLTPHOSSandboxComponent.h +++ b/HLT/PHOS/AliHLTPHOSSandboxComponent.h @@ -41,7 +41,7 @@ protected: int DoInit(int argc, const char** argv); virtual int Deinit(); ////////// PTH WARNING you should Define a class AliHLTPHOSModuleProcessor - virtual int AliHLTPHOSSandboxComponent::DoDeinit(); + virtual int DoDeinit(); private: -- 2.43.0