Changeset 710 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 03/30/01 11:30:32 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MGMarsMain.cc
r587 r710 31 31 32 32 33 MGMarsMain::MGMarsMain( const TGWindow *p,UInt_t w, UInt_t h)34 : TGMainFrame( p, w, h)33 MGMarsMain::MGMarsMain(/*const TGWindow *p,*/ UInt_t w, UInt_t h) 34 : TGMainFrame(gClient->GetRoot(), w, h) 35 35 { 36 36 // First create the MenuBar. -
trunk/MagicSoft/Mars/mgui/MGMarsMain.h
r706 r710 56 56 57 57 public: 58 MGMarsMain( const TGWindow *p,UInt_t w, UInt_t h) ;58 MGMarsMain(/*const TGWindow *p,*/ UInt_t w, UInt_t h) ; 59 59 60 60 ~MGMarsMain();
Note:
See TracChangeset
for help on using the changeset viewer.