Ignore:
Timestamp:
03/31/03 10:37:56 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r1508 r1880  
    9292//
    9393void MHexagon::Copy(TObject &obj)
     94#if ROOT_VERSION_CODE > ROOT_VERSION(3,04,01)
     95const
     96#endif
     97
    9498{
    9599    MHexagon &hex = (MHexagon&) obj;
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r1384 r1880  
    4444    virtual ~MHexagon();
    4545
    46     virtual void  Copy(TObject &hexagon);
     46    virtual void  Copy(TObject &hexagon)
     47#if ROOT_VERSION_CODE > ROOT_VERSION(3,04,01)
     48const
     49#endif
     50        ;
    4751
    4852    virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
Note: See TracChangeset for help on using the changeset viewer.