Ignore:
Timestamp:
09/06/01 10:59:19 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/starg.cc

    r738 r924  
    44#include <TApplication.h>
    55
    6 #include "Starguider.h"
     6#include "MGStarguider.h"
    77
    88/* ---------------------------------------------------------------------- */
    99
    10 extern void InitGui();
    11 VoidFuncPtr_t initfuncs[] = { InitGui, 0 };
     10//extern void InitGui();
     11//VoidFuncPtr_t initfuncs[] = { InitGui, 0 };
    1212
    1313int main(int argc, char **argv)
    1414{
    15     TROOT root("GUI", "GUI test environement", initfuncs);
     15    TROOT root("GUI", "GUI test environement"); //, initfuncs);
    1616
    1717    TApplication app("Starguider", &argc, argv);
    1818
    19     Starguider starg;
     19    MGStarguider starg;
    2020
    2121    starg.Loop(0);
Note: See TracChangeset for help on using the changeset viewer.