Changeset 9594 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 06/24/10 14:55:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH.h
r9312 r9594 46 46 Bool_t OverwritesDraw(TClass *cls=NULL) const; 47 47 48 virtual Bool_t SetupFill(const MParList * pList) { return kTRUE; }49 virtual Bool_t ReInit(MParList * pList) { return kTRUE; }48 virtual Bool_t SetupFill(const MParList *) { return kTRUE; } 49 virtual Bool_t ReInit(MParList *) { return kTRUE; } 50 50 virtual Int_t Fill(const MParContainer *par, const Stat_t weight=1); 51 51 virtual Bool_t Finalize() { return kTRUE; }
Note:
See TracChangeset
for help on using the changeset viewer.