Ignore:
Timestamp:
02/14/03 23:18:37 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1702 r1758  
    44#ifndef ROOT_TGFrame
    55#include <TGFrame.h>
     6#endif
     7
     8#ifndef MARS_MObservatory
     9#include <MObservatory.h>
    610#endif
    711
     
    3135{
    3236private:
     37    const MObservatory::LocationName_t fObservatory;
    3338
    3439    //
     
    104109
    105110public:
    106     MGCosy(MsgQueue *q, const TGWindow *p, UInt_t w, UInt_t h);
     111    MGCosy(MObservatory::LocationName_t key, MsgQueue *q, const TGWindow *p, UInt_t w, UInt_t h);
    107112    ~MGCosy();
    108113
Note: See TracChangeset for help on using the changeset viewer.