]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The DumpEvent methods should be protected, not private, because classes need to inher...
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Nov 2007 19:42:36 +0000 (19:42 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 14 Nov 2007 19:42:36 +0000 (19:42 +0000)
HLT/BASE/AliHLTDataSink.h

index 94ea512443c513ef12b43ef8fcbcf7de0f95153c..38d93e4e023e205f14408d044ff877a98033b197 100644 (file)
@@ -76,7 +76,7 @@ class AliHLTDataSink : public AliHLTComponent {
    */
   void GetOutputDataSize( unsigned long& constBase, double& inputMultiplier );
 
- private:
+ protected:
 
   /**
    * The low-level data processing method for the component.