Changeset 8926 for trunk


Ignore:
Timestamp:
06/06/08 17:06:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r8917 r8926  
    1818!   Author(s): Thomas Bretz, 4/2003 <mailto:tbretz@astro.uni-wuerzburg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2003-2007
     20!   Copyright: MAGIC Software Development, 2003-2008
    2121!
    2222!
     
    29112911}
    29122912
     2913void MStatusDisplay::SaveAs(const char *c, const Option_t *o) const
     2914{
     2915#if ROOT_VERSION_CODE >= ROOT_VERSION(5,18,00)
     2916    TGObject::SaveAs(c, o);
     2917#endif
     2918}
     2919
    29132920// --------------------------------------------------------------------------
    29142921//
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.h

    r8917 r8926  
    225225     Int_t  SaveAs(TString name)        { return SaveAs(-1, name); }
    226226     Int_t  PrintPS() { return PrintPS(-1); }
    227      
    228      void SaveAs(const char *c, const Option_t *o) const { TGObject::SaveAs(c, o); }
     227
     228     void   SaveAs(const char *c, const Option_t *o) const;
    229229
    230230     Int_t  SaveAsPS(Int_t num, TString name="",  const TString addon="") { return SaveAsVGF(num, name, addon, "ps"); }
Note: See TracChangeset for help on using the changeset viewer.