X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliBODY.h;h=304f133d893acf9e42edbf116b4f5315538424ad;hb=057823232792a4e75a74b6ad9fe8da36b3ce94d6;hp=946bcec708c690f89e0a0441121c6a7eb9acc2ce;hpb=3da306186bdfe9b8dedf54c4b9cdcf2bff5b132c;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliBODY.h b/STRUCT/AliBODY.h index 946bcec708c..304f133d893 100644 --- a/STRUCT/AliBODY.h +++ b/STRUCT/AliBODY.h @@ -1,5 +1,5 @@ -#ifndef BODY_H -#define BODY_H +#ifndef ALIBODY_H +#define ALIBODY_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ @@ -22,7 +22,7 @@ public: virtual void CreateGeometry(); virtual void CreateMaterials(); virtual Int_t IsVersion() const {return 0;} - virtual void DrawModule(); + virtual void DrawModule() const; ClassDef(AliBODY,1) //Class manager for the ALICE body };