Changeset 6269 in ntrip for trunk/BNC/src/rinex/availplot.h


Ignore:
Timestamp:
Oct 31, 2014, 11:08:55 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4669 r6269  
    66#include <qwt_symbol.h>
    77#include <qwt_plot_curve.h>
     8#include "t_prn.h"
    89
    910class t_availData;
     
    1314
    1415public:
    15   t_availPlot(QWidget* parent, QMap<QString, t_availData>* availDataMap);
     16  t_availPlot(QWidget* parent, QMap<t_prn, t_availData>* availDataMap);
    1617
    1718private:
Note: See TracChangeset for help on using the changeset viewer.