Changeset 3789 for trunk/MagicSoft


Ignore:
Timestamp:
04/21/04 15:53:00 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhbase
Files:
2 edited

Legend:

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

    r3788 r3789  
    6464}
    6565
    66 MBinning::MBinning(Int_t nbins, Axis_t lo, Axis_t hi, const char *name, const char *opt="", const char *title=NULL)
     66MBinning::MBinning(Int_t nbins, Axis_t lo, Axis_t hi, const char *name, const char *opt, const char *title)
    6767{
    6868    fName  = name  ? name  : gsDefName.Data();
  • trunk/MagicSoft/Mars/mhbase/MFillH.cc

    r3788 r3789  
    343343// status display.
    344344//
    345 void MFillH::SetDrawOption(Option_t *option="")
     345void MFillH::SetDrawOption(Option_t *option)
    346346{
    347347    fDrawOption = option;
Note: See TracChangeset for help on using the changeset viewer.