Changeset 14447 for trunk/Mars/mgui


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

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mgui/MHexagon.h

    r9385 r14447  
    7272    virtual void  PaintHexagon(Float_t x, Float_t y, Float_t d, Float_t phi=0);
    7373    virtual void  Print(Option_t *Option="") const; // *MENU*
    74     virtual void  SavePrimitive(ostream &out, Option_t *);
    75     virtual void  SavePrimitive(ofstream &out, Option_t *);
     74    virtual void  SavePrimitive(std::ostream &out, Option_t *);
     75    virtual void  SavePrimitive(std::ofstream &out, Option_t *);
    7676
    7777    Float_t GetX() const { return fX; }
Note: See TracChangeset for help on using the changeset viewer.