Ignore:
Timestamp:
07/30/06 17:18:52 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.