]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix: missing return
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Apr 2008 09:11:37 +0000 (09:11 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Apr 2008 09:11:37 +0000 (09:11 +0000)
STEER/AliCentralTrigger.h

index 968a19024de9dcaf41138e7be3d179bfc58af8d7..351d69d00fa2b0e9012c314b04d2ce04bb2e811c 100644 (file)
@@ -57,7 +57,7 @@ protected:
 
 private:
                 void      SetOwner(Bool_t x=kTRUE){SetBit(22,x);} // Bit 22 indicates that the object owns fConfiguration
-                Bool_t    IsOwner() const {TestBit(22);} // Test bit 22 to check that the object owns fConfiguration
+                Bool_t    IsOwner() const {return TestBit(22);} // Test bit 22 to check that the object owns fConfiguration
                 Bool_t    IsSelected( TString detName, TString& detectors ) const;
                AliCentralTrigger( const AliCentralTrigger& ctp ); // Implemented
                AliCentralTrigger& operator=( const AliCentralTrigger& ctp ); // Not implemented