]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- corrected small typo that prevented the AliHLTPluginBase instance from being created
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 3 Oct 2010 14:28:43 +0000 (14:28 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 3 Oct 2010 14:28:43 +0000 (14:28 +0000)
HLT/exa/hltout-collect-esd.C

index d68a3e782c1bb3c3f6083b7d714784533cfee7c2..e5ab06fa6deed0eaba402ec7c33b54171dccd8a3 100644 (file)
@@ -27,7 +27,7 @@ void hltout_collect_esd()
   /////////////////////////////////////////////////////////////////////////
   //
   // setup of the HLT system
-  AliHLTSystem* pHLT=AliHLTPluginBase!::GetInstance();
+  AliHLTSystem* pHLT=AliHLTPluginBase::GetInstance();
   if (!pHLT) {
     cerr << "fatal error: can not get HLT instance" << endl;
   }