Changeset 5072 in ntrip for trunk/BNC/src/app.cpp


Ignore:
Timestamp:
Mar 30, 2013, 11:49:30 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/app.cpp

    r5070 r5072  
    2222// Global Variable
    2323////////////////////////////////////////////////////////////////////////////
    24 t_pgmCore* BNC_CORE = 0;
     24t_bncCore* BNC_CORE = 0;
    2525
    2626// Constructor
     
    2828t_app::t_app(int& argc, char* argv[], bool GUIenabled) :
    2929  QApplication(argc, argv, GUIenabled) {
    30   BNC_CORE = new t_pgmCore(argc, argv, GUIenabled);
     30  BNC_CORE = new t_bncCore(argc, argv, GUIenabled);
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.