]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing a function's name in the header
authorpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 May 2007 12:26:44 +0000 (12:26 +0000)
committerpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 May 2007 12:26:44 +0000 (12:26 +0000)
STEER/AliDetectorTag.h

index 1ea63b65f3c9cdece9addac5a7c5b5be25d42ee1..68f7959ec6117f0664a7833830dd4b3e2f5f0b7d 100644 (file)
@@ -26,7 +26,7 @@ class AliDetectorTag : public TObject {
   
   //____________________________________________________//
   void AliDetectorTag::SetDetectorMask(UInt_t mask) {fMask = mask; Int2Bin();}
-  void PrintDetectorMask();
+  void AliDetectorTag::PrintDetectorMask();
 
   //____________________________________________________//
   Bool_t GetITSSPD() const {return fITSSPD;}