]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCClusterFinderComponent.cxx
Compilation with CC on Solaris x86
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterFinderComponent.cxx
index e0bc9cee7198f95e06cead22e5be97b77a4c6206..1bb4035641151a2719653f08bb4278d2a1319d37 100644 (file)
@@ -416,7 +416,7 @@ int AliHLTTPCClusterFinderComponent::DoEvent( const AliHLTComponentEventData& ev
 #endif 
 
       fClusterFinder->InitSlice( slice, patch, row[0], row[1], maxPoints );
-      fClusterFinder->SetOutputArray( outPtr->fSpacePoints );
+      fClusterFinder->SetOutputArray( (AliHLTTPCSpacePointData*)outPtr->fSpacePoints );
        
       if(fUnsorted){