Changeset 5954 in ntrip for trunk/BNC/src/map/bncmapwin.cpp


Ignore:
Timestamp:
Aug 16, 2014, 3:41:47 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r5952 r5954  
    164164//
    165165////////////////////////////////////////////////////////////////////////////
    166 void bncMapWin::slotNewPosition(bncTime /* time */, QVector<double> xx) {
     166void bncMapWin::slotNewPosition(QByteArray /* staID */, bncTime /* time */, QVector<double> xx) {
    167167  double ell[3];
    168168  xyz2ell(xx.data(), ell);
Note: See TracChangeset for help on using the changeset viewer.