From 9e6da51ded0e122006665e467e0740c144585b6e Mon Sep 17 00:00:00 2001 From: hdalsgaa Date: Wed, 26 Mar 2008 11:09:54 +0000 Subject: [PATCH] This is the header file for the preprocessor containing the new constructor. --- FMD/AliFMDPreprocessor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FMD/AliFMDPreprocessor.h b/FMD/AliFMDPreprocessor.h index 5d9142306eb..3d4a35d72a1 100644 --- a/FMD/AliFMDPreprocessor.h +++ b/FMD/AliFMDPreprocessor.h @@ -59,12 +59,12 @@ class AliFMDPreprocessor: public AliPreprocessor { public: /** Constructor */ - AliFMDPreprocessor(): AliPreprocessor("FMD",0) { } + AliFMDPreprocessor(): AliPreprocessor("FMD",0) {} /** Constructor @param shuttle Shuttle */ - AliFMDPreprocessor(AliShuttleInterface* shuttle) - : AliPreprocessor("FMD", shuttle) - {} + AliFMDPreprocessor(AliShuttleInterface* shuttle) ; + + /** Destructor */ virtual ~AliFMDPreprocessor() {} /** Get an entry from OCDB */ -- 2.39.3