Changeset 6542 in ntrip for trunk/BNC/src/rinex/availplot.cpp


Ignore:
Timestamp:
Jan 10, 2015, 9:42:41 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6539 r6542  
    6464  t_scaleDrawPrn() {}
    6565  virtual QwtText label(double iPrn) const {
    66     return _yLabels[iPrn];
     66    return _yLabels[int(iPrn)];
    6767  }
    6868  QMap<int, QString> _yLabels;
Note: See TracChangeset for help on using the changeset viewer.