Changeset 5861 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Aug 8, 2014, 10:35:08 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5846 r5861  
    6060// Singleton
    6161////////////////////////////////////////////////////////////////////////////
    62 t_bncCore& bncCoreInstance() {
     62t_bncCore* t_bncCore::instance() {
    6363  static t_bncCore _bncCore;
    64   return _bncCore;
     64  return &_bncCore;
    6565}
    6666
     
    124124    _GLOFreq[ii] = 0;
    125125  }
    126 
    127   _bncPPPclient = 0;
    128126
    129127  _mainWindow = 0;
Note: See TracChangeset for help on using the changeset viewer.