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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r1474 r1476  
    783783// gui elements to a macro-file.
    784784//
    785 void MReadTree::SavePrimitive(ofstream &out, Option_t *o="")
     785void MReadTree::SavePrimitive(ofstream &out, Option_t *o)
    786786{
    787787    TString name = ToLower(fName);
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r1474 r1476  
    403403// gui elements to a macro-file.
    404404//
    405 void MWriteRootFile::SavePrimitive(ofstream &out, Option_t *o="")
     405void MWriteRootFile::SavePrimitive(ofstream &out, Option_t *o)
    406406{
    407407    out << "   MWriteRootFile " << ToLower(fName) << "(\"";
Note: See TracChangeset for help on using the changeset viewer.