Ignore:
Timestamp:
07/30/06 17:18:52 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r7821 r7822  
    17321732}
    17331733
     1734void MHCamera::SavePrimitive(ofstream &out, Option_t *)
     1735{
     1736    MHCamera::SavePrimitive(static_cast<ostream&>(out), "");
     1737}
     1738
    17341739// ------------------------------------------------------------------------
    17351740//
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r7342 r7822  
    211211    void     DrawAzimuthProfile()          const;
    212212
    213     void     SavePrimitive(ofstream &out, Option_t *);
     213    void     SavePrimitive(ostream &out, Option_t *);
     214    void     SavePrimitive(ofstream &out, Option_t *) { MHCamera::SavePrimitive(static_cast<ostream&>(out), ""); }
    214215    Int_t    DistancetoPrimitive(Int_t px, Int_t py);
    215216    char    *GetObjectInfo(Int_t px, Int_t py) const;
Note: See TracChangeset for help on using the changeset viewer.