Mercurial > hg > svgui
diff layer/TimeValueLayer.h @ 909:251dd0abc7b7 cxx11
More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 17:23:45 +0000 |
parents | b66fb15de477 |
children | 94e4952a6774 |
line wrap: on
line diff
--- a/layer/TimeValueLayer.h Tue Mar 10 13:22:10 2015 +0000 +++ b/layer/TimeValueLayer.h Tue Mar 10 17:23:45 2015 +0000 @@ -43,7 +43,7 @@ virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const; virtual QString getFeatureDescription(View *v, QPoint &) const; - virtual QString getLabelPreceding(int) const; + virtual QString getLabelPreceding(sv_frame_t) const; virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, int &resolution,