comparison base/RangeMapper.h @ 1204:35387a99c236 3.0-integration

Avoid warning
author Chris Cannam
date Mon, 15 Aug 2016 16:42:19 +0100
parents 932487fe515a
children bd73a689c8af
comparison
equal deleted inserted replaced
1203:932487fe515a 1204:35387a99c236
69 * default, or indeed all positions). These should be used in any 69 * default, or indeed all positions). These should be used in any
70 * display context in preference to just showing the numerical 70 * display context in preference to just showing the numerical
71 * value for the position. If a position has such a label, return 71 * value for the position. If a position has such a label, return
72 * it here. 72 * it here.
73 */ 73 */
74 virtual QString getLabel(int position) const { return ""; } 74 virtual QString getLabel(int /* position */) const { return ""; }
75 }; 75 };
76 76
77 77
78 class LinearRangeMapper : public RangeMapper 78 class LinearRangeMapper : public RangeMapper
79 { 79 {