Mercurial > hg > svgui
comparison layer/Layer.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 | 12ab113ca2b1 |
children | 94e4952a6774 e53a87a5efb2 |
comparison
equal
deleted
inserted
replaced
908:4a578a360011 | 909:251dd0abc7b7 |
---|---|
148 | 148 |
149 virtual QString getFeatureDescription(View *, QPoint &) const { | 149 virtual QString getFeatureDescription(View *, QPoint &) const { |
150 return ""; | 150 return ""; |
151 } | 151 } |
152 | 152 |
153 virtual QString getLabelPreceding(int /* frame */) const { | 153 virtual QString getLabelPreceding(sv_frame_t /* frame */) const { |
154 return ""; | 154 return ""; |
155 } | 155 } |
156 | 156 |
157 enum SnapType { | 157 enum SnapType { |
158 SnapLeft, | 158 SnapLeft, |