Ignore:
Timestamp:
08/02/02 10:50:32 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
3 edited

Legend:

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

    r1474 r1476  
    7070// gui elements to a macro-file.
    7171//
    72 void MBinning::SavePrimitive(ofstream &out, Option_t *o="")
     72void MBinning::SavePrimitive(ofstream &out, Option_t *o)
    7373{
    7474    out << "   TArrayD dummy;" << endl;
  • trunk/MagicSoft/Mars/mhist/MFillH.cc

    r1474 r1476  
    350350// gui elements to a macro-file.
    351351//
    352 void MFillH::SavePrimitive(ofstream &out, Option_t *o="")
     352void MFillH::SavePrimitive(ofstream &out, Option_t *o)
    353353{
    354354    out << "   MFillH " << ToLower(fName) << "(\"";
  • trunk/MagicSoft/Mars/mhist/MH3.cc

    r1474 r1476  
    384384// gui elements to a macro-file.
    385385//
    386 void MH3::SavePrimitive(ofstream &out, Option_t *o="")
     386void MH3::SavePrimitive(ofstream &out, Option_t *o)
    387387{
    388388    TString name = ToLower(fName);
Note: See TracChangeset for help on using the changeset viewer.