Ignore:
Timestamp:
11/25/02 09:12:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MCameraDisplay.cc

    r1086 r1668  
    4343//  'new MCameraDisplay()'
    4444//
    45 MCameraDisplay::MCameraDisplay(const TGWindow *main, const TGWindow *p,
    46                        const UInt_t w, const UInt_t h)
    47 : MBrowser(main, p, w, h)
     45MCameraDisplay::MCameraDisplay(/*const TGWindow *main,*/ const TGWindow *p,
     46                               const UInt_t w, const UInt_t h)
     47: MBrowser(/*main,*/ p, w, h)
    4848{
    4949    TGTextButton *disp = new TGTextButton(fTop2, "Display Events", kButDisplay);
     
    9191        case kButDisplay:
    9292            new MGCamDisplay(fInputFile,
    93                              fClient->GetRoot(), this, 600, 500);
     93                             fClient->GetRoot(), /*this,*/ 600, 500);
    9494            return kTRUE;
    9595        }
Note: See TracChangeset for help on using the changeset viewer.