Changeset 4326 in ntrip


Ignore:
Timestamp:
Jun 23, 2012, 5:16:06 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/polarplot.cpp

    r4325 r4326  
    7474                                 QBrush(Qt::red), QPen(Qt::red),
    7575                                 QSize(3, 3)));
    76   QwtSeriesData<t_polarPoint>* data = new t_polarData(numPoints);
     76  t_polarData* data = new t_polarData(numPoints);
    7777  curve->setData(reinterpret_cast<QwtSeriesData<QwtPointPolar>*>(data));
    7878  return curve;
Note: See TracChangeset for help on using the changeset viewer.