]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ISector() not declared const.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 19:32:45 +0000 (19:32 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Oct 2000 19:32:45 +0000 (19:32 +0000)
MUON/AliMUONSegmentationV0.h

index 8937da2b3e7fdd9bbb34a8b692e3e3c90178253f..9a2a2ae1bc1ea3c350a1301a2f5e75214fd8adef 100644 (file)
@@ -90,7 +90,7 @@ dummy);
     // y-coordinate
     virtual Int_t  Iy() {return fIy;}
     // current sector
-    virtual Int_t  ISector() const {return 1;}
+    virtual Int_t  ISector() {return 1;}
     // calculate sector from pad coordinates
     virtual Int_t  Sector(Int_t ix, Int_t iy)  {return 1;}
     //