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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r7749 r7823  
    332332// Save primitive as a C++ statement(s) on output stream out
    333333//
    334 void MHexagon::SavePrimitive(ofstream &out, Option_t *)
     334void MHexagon::SavePrimitive(ostream &out, Option_t *)
    335335{
    336336    if (gROOT->ClassSaved(Class()))
     
    347347}
    348348
     349void MHexagon::SavePrimitive(ofstream &out, Option_t *)
     350{
     351    MHexagon::SavePrimitive(static_cast<ostream&>(out), "");
     352}
  • trunk/MagicSoft/Mars/mgui/MHexagon.h

    r3514 r7823  
    6363    virtual void  PaintHexagon(Float_t x, Float_t y, Float_t d);
    6464    virtual void  Print(Option_t *Option="") const; // *MENU*
     65    virtual void  SavePrimitive(ostream &out, Option_t *);
    6566    virtual void  SavePrimitive(ofstream &out, Option_t *);
    6667
Note: See TracChangeset for help on using the changeset viewer.