Ignore:
Timestamp:
06/24/10 14:55:04 (14 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomCam.h

    r9398 r9594  
    5555public:
    5656    MGeomCam(UInt_t npix=0, Float_t dist=1, const char *name=NULL, const char *title=NULL);
    57     MGeomCam(const MGeomCam &cam) { cam.Copy(*this); }
     57    MGeomCam(const MGeomCam &cam) : MParContainer(cam) { cam.Copy(*this); }
    5858
    5959    TObject *Clone(const char *name="") const;
Note: See TracChangeset for help on using the changeset viewer.