Mercurial > hg > svgui
diff layer/TimeRulerLayer.h @ 805:1d526ba11a24 warnfix_no_size_t
Remove size_t's and fix warnings in layer/
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 15:18:06 +0100 |
parents | 5b72899d692b |
children | b66fb15de477 |
line wrap: on
line diff
--- a/layer/TimeRulerLayer.h Tue Jun 03 11:10:52 2014 +0100 +++ b/layer/TimeRulerLayer.h Tue Jun 17 15:18:06 2014 +0100 @@ -41,7 +41,7 @@ void setLabelHeight(LabelHeight h) { m_labelHeight = h; } LabelHeight getLabelHeight() const { return m_labelHeight; } - virtual bool snapToFeatureFrame(View *, int &, size_t &, SnapType) const; + virtual bool snapToFeatureFrame(View *, int &, int &, SnapType) const; virtual ColourSignificance getLayerColourSignificance() const { return ColourIrrelevant;