Changeset 5068 in ntrip for trunk/BNC/src/bncrawfile.cpp


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

Legend:

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

    r5066 r5068  
    136136      QStringList lst  = line.split(' ');
    137137     
    138       delete PGM_CORE->_currentDateAndTimeGPS;
    139       PGM_CORE->_currentDateAndTimeGPS =
     138      delete BNC_CORE->_currentDateAndTimeGPS;
     139      BNC_CORE->_currentDateAndTimeGPS =
    140140        new QDateTime(QDateTime::fromString(lst.value(0), Qt::ISODate));
    141141     
Note: See TracChangeset for help on using the changeset viewer.