Changeset 1479 for trunk/MagicSoft


Ignore:
Timestamp:
08/05/02 13:19:55 (22 years ago)
Author:
wittek
Message:
Redefinition of default argument in MTask::SavePrimitive removed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTask.cc

    r1477 r1479  
    269269// and afterwards set the filter for this task.
    270270//
    271 void MTask::SavePrimitive(ofstream &out, Option_t *o="")
     271void MTask::SavePrimitive(ofstream &out, Option_t *o)
    272272{
    273273    MParContainer::SavePrimitive(out);
Note: See TracChangeset for help on using the changeset viewer.