Changeset 6145 in ntrip for trunk


Ignore:
Timestamp:
Sep 13, 2014, 5:19:52 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6143 r6145  
    341341  if (!_opt->_corrFile.empty()) {
    342342    _corrFile = new t_corrFile(QString(_opt->_corrFile.c_str()));
    343     connect(_corrFile, SIGNAL(newCorrections(QStringList)),
    344             this, SLOT(slotNewCorrections(QStringList)));
     343    connect(_corrFile, SIGNAL(newOrbCorrections(QList<t_orbCorr>)),
     344            this, SLOT(slotNewOrbCorrections(QList<t_orbCorr>)));
    345345  }
    346346
Note: See TracChangeset for help on using the changeset viewer.