Changeset 4310 in ntrip for trunk/BNC/src/rinex/graphwin.h


Ignore:
Timestamp:
Jun 23, 2012, 2:07:28 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.h

    r4307 r4310  
    2929#include <QtGui>
    3030
    31 class t_polarPlot;
    32 
    3331class t_graphWin : public QDialog {
    3432
     
    3634
    3735 public:
    38   t_graphWin(QWidget* parent, const QVector<t_polarPlot*>& plots);
     36  t_graphWin(QWidget* parent, const QVector<QWidget*>& plots);
    3937  ~t_graphWin();
    4038
Note: See TracChangeset for help on using the changeset viewer.