Changeset 2710 in ntrip for trunk/BNC/RTIGS/RTIGSDecoder.cpp


Ignore:
Timestamp:
Nov 18, 2010, 12:44:38 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTIGS/RTIGSDecoder.cpp

    r2709 r2710  
    116116
    117117    for (short ii = 0; ii < numObs; ii++) {
    118       p_obs obs = new t_obs();
     118      t_obs* obs = new t_obs();
    119119      _obsList.push_back(obs);
    120120      obs->satSys   = 'G';
Note: See TracChangeset for help on using the changeset viewer.