Index: trunk/BNC/src/rinex/polarplot.cpp
===================================================================
--- trunk/BNC/src/rinex/polarplot.cpp	(revision 4325)
+++ trunk/BNC/src/rinex/polarplot.cpp	(revision 4326)
@@ -74,5 +74,5 @@
                                  QBrush(Qt::red), QPen(Qt::red), 
                                  QSize(3, 3)));
-  QwtSeriesData<t_polarPoint>* data = new t_polarData(numPoints);
+  t_polarData* data = new t_polarData(numPoints);
   curve->setData(reinterpret_cast<QwtSeriesData<QwtPointPolar>*>(data));
   return curve;
