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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.cc

    r1474 r1476  
    103103// gui elements to a macro-file.
    104104//
    105 void MHillasSrcCalc::SavePrimitive(ofstream &out, Option_t *o="")
     105void MHillasSrcCalc::SavePrimitive(ofstream &out, Option_t *o)
    106106{
    107107    out << "   MHillasSrcCalc " << ToLower(fName) << "(\"";
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc

    r1474 r1476  
    414414// gui elements to a macro-file.
    415415//
    416 void MImgCleanStd::SavePrimitive(ofstream &out, Option_t *o="")
     416void MImgCleanStd::SavePrimitive(ofstream &out, Option_t *o)
    417417{
    418418    out << "   MImgCleanStd " << ToLower(fName) << "(";
  • trunk/MagicSoft/Mars/manalysis/MSrcPosCam.cc

    r1474 r1476  
    8888// gui elements to a macro-file.
    8989//
    90 void MSrcPosCam::SavePrimitive(ofstream &out, Option_t *o="")
     90void MSrcPosCam::SavePrimitive(ofstream &out, Option_t *o)
    9191{
    9292    out << "   MSrcPosCam " << ToLower(fName) << "(\"";
Note: See TracChangeset for help on using the changeset viewer.