Changeset 12593 for trunk/Cosy


Ignore:
Timestamp:
11/21/11 12:56:02 (13 years ago)
Author:
tbretz
Message:
Made the fTPoint public to allow the FACT Cosy to access it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/main/MStarguider.h

    r9439 r12593  
    4646
    4747class Leds;
    48 
     48#include <TGButton.h>
    4949class MStarguider : public PixClient, public TGMainFrame
    5050{
     
    9696    TGLabel       *fPZdAzText;
    9797    TGLabel       *fDZdAzText;
    98 
     98public:
    9999    TGButton      *fTPoint;
    100100//    TGButton      *fStargTPoint;
    101 
     101private:
    102102    ZdAz          fPos;
    103103    ZdAz          fD;
Note: See TracChangeset for help on using the changeset viewer.