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


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

Legend:

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

    r5073 r5074  
    2828t_app::t_app(int& argc, char* argv[], bool GUIenabled) :
    2929  QApplication(argc, argv, GUIenabled) {
    30   BNC_CORE = new t_bncCore(argc, argv, GUIenabled);
     30  BNC_CORE = new t_bncCore(GUIenabled);
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.