Changeset 3376 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 28, 2011, 4:08:58 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r3375 r3376  
    7676    while (itGlo.hasNext()) {
    7777      itGlo.next();
    78       satDataGlo[itGPS.key()] = new t_satData(*itGlo.value());
     78      satDataGlo[itGlo.key()] = new t_satData(*itGlo.value());
    7979    }
    8080    QMapIterator<QString, t_satData*> itGal(ed.satDataGal);
Note: See TracChangeset for help on using the changeset viewer.