]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed destructor (Matthias)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jan 2008 08:58:29 +0000 (08:58 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jan 2008 08:58:29 +0000 (08:58 +0000)
HLT/BASE/AliHLTModuleAgent.h

index 58eaf67c78dcd488e476a0af44b79a794a578cc4..c623324e34683ee41a4310c1469043d47eb2387a 100644 (file)
@@ -257,7 +257,7 @@ class AliHLTModuleAgent : public TObject, public AliHLTLogging {
     AliHLTOUTHandlerDesc(AliHLTOUTHandlerType handlerType, AliHLTComponentDataType dt, const char* module) 
       : fHType(handlerType), fDt(dt), fModule(module) {}
 
-    ~AliHLTOUTHandlerDesc();
+    ~AliHLTOUTHandlerDesc() {}
 
   private:
     /** type of the handler */