Ignore:
Timestamp:
07/11/06 16:46:32 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHillasExt.cc

    r7538 r7784  
    263263    const TString name(opt);
    264264
    265     const MHillas *hil = dynamic_cast<const MHillas*>(gPad->FindObject(name.IsNull() ? "MHillas" : name));
     265    const MHillas *hil = dynamic_cast<const MHillas*>(gPad->FindObject(name.IsNull() ? "MHillas" : name.Data()));
    266266    if (!hil)
    267267        return;
Note: See TracChangeset for help on using the changeset viewer.