Made UpdateRowPointer static
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Nov 2001 13:14:36 +0000 (13:14 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Nov 2001 13:14:36 +0000 (13:14 +0000)
HLT/src/AliL3MemHandler.h

index 0656d11723bf6acc6a5694c6fb3e15a026eb23e5..3df7c25c8260bc53a58880463c1a20fcac9e8bfb 100644 (file)
@@ -100,7 +100,7 @@ class AliL3MemHandler{
   Bool_t Binary2Memory(UInt_t & npoint,AliL3SpacePointData *data);
   Bool_t Transform(UInt_t npoint,AliL3SpacePointData *data,
                               Int_t slice, AliL3Transform* trans);
-  void UpdateRowPointer(AliL3DigitRowData *&tempPt);
+  static void UpdateRowPointer(AliL3DigitRowData *&tempPt);
   
   //Track IO
   Bool_t Memory2Binary(UInt_t ntrack,AliL3TrackSegmentData *data);