Ignore:
Timestamp:
03/30/01 11:30:32 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGMarsMain.cc

    r587 r710  
    3131
    3232
    33 MGMarsMain::MGMarsMain(const TGWindow *p, UInt_t w, UInt_t h)
    34   : TGMainFrame(p, w, h)
     33MGMarsMain::MGMarsMain(/*const TGWindow *p,*/ UInt_t w, UInt_t h)
     34  : TGMainFrame(gClient->GetRoot(), w, h)
    3535{
    3636  //    First create the MenuBar.   
  • trunk/MagicSoft/Mars/mgui/MGMarsMain.h

    r706 r710  
    5656 
    5757 public:
    58   MGMarsMain(const TGWindow *p, UInt_t w, UInt_t h) ;
     58  MGMarsMain(/*const TGWindow *p,*/ UInt_t w, UInt_t h) ;
    5959 
    6060  ~MGMarsMain();
Note: See TracChangeset for help on using the changeset viewer.