Changeset 8926 for trunk/MagicSoft
- Timestamp:
- 06/06/08 17:06:12 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8917 r8926 18 18 ! Author(s): Thomas Bretz, 4/2003 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2003-200 720 ! Copyright: MAGIC Software Development, 2003-2008 21 21 ! 22 22 ! … … 2911 2911 } 2912 2912 2913 void 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 2913 2920 // -------------------------------------------------------------------------- 2914 2921 // -
trunk/MagicSoft/Mars/mbase/MStatusDisplay.h
r8917 r8926 225 225 Int_t SaveAs(TString name) { return SaveAs(-1, name); } 226 226 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; 229 229 230 230 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.