Ignore:
Timestamp:
04/12/03 19:06:27 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGCosy.h

    r1760 r1953  
    4949    MGList        *fList;
    5050
    51     TGLabel      **fLabel1;
    52     TGLabel      **fLabel2;
    53     TGLabel      **fLabel3;
     51    TGLabel       *fLabel1;
     52    TGLabel       *fLabel2;
     53    TGLabel       *fLabel3;
    5454
    5555    TGLabel       *fOffsetZd;
     
    104104    void StartPos();
    105105    void StartTrack();
     106    void StartTrackPos();
    106107    void StartDemo();
    107     void StartCalib();
     108    //void StartCalib();
    108109    void StartTPoint();
    109110
     
    121122    void CloseWindow();
    122123
    123     TGLabel **GetLabel1() const { return fLabel1; }
    124     TGLabel **GetLabel2() const { return fLabel2; }
    125     TGLabel **GetLabel3() const { return fLabel3; }
     124    TGLabel *GetLabel1() const { return fLabel1; }
     125    TGLabel *GetLabel2() const { return fLabel2; }
     126    TGLabel *GetLabel3() const { return fLabel3; }
    126127
    127128    TGListBox *GetLog() const { return fLog; }
Note: See TracChangeset for help on using the changeset viewer.