Changeset 14449 for trunk/Mars/mhist


Ignore:
Timestamp:
10/02/12 11:50:29 (12 years ago)
Author:
tbretz
Message:
Added some missing std::
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhist/MHCamera.h

    r13388 r14449  
    235235    void     DrawAzimuthProfile()          const;
    236236
    237     void     SavePrimitive(ostream &out, Option_t *);
    238     void     SavePrimitive(ofstream &out, Option_t *);
     237    void     SavePrimitive(std::ostream &out, Option_t *);
     238    void     SavePrimitive(std::ofstream &out, Option_t *);
    239239    Int_t    DistancetoPrimitive(Int_t px, Int_t py);
    240240    char    *GetObjectInfo(Int_t px, Int_t py) const;
Note: See TracChangeset for help on using the changeset viewer.