From ed510d1b2e118df7c58126b62de2776f3dffafb6 Mon Sep 17 00:00:00 2001 From: aszostak Date: Thu, 18 Dec 2008 16:02:40 +0000 Subject: [PATCH 1/1] Fixing problem of method ambiguity. --- HLT/BASE/AliHLTComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/BASE/AliHLTComponent.h b/HLT/BASE/AliHLTComponent.h index b00828c72fc..a52757d9894 100644 --- a/HLT/BASE/AliHLTComponent.h +++ b/HLT/BASE/AliHLTComponent.h @@ -1005,7 +1005,7 @@ class AliHLTComponent : public AliHLTLogging { * @param pBlock pointer to input block * @return data specification, kAliHLTVoidDataSpec if failed */ - AliHLTUInt32_t GetSpecification(const AliHLTComponentBlockData* pBlock=NULL); + AliHLTUInt32_t GetSpecification(const AliHLTComponentBlockData* pBlock); /** * Forward an input object to the output. -- 2.43.5