diff layer/TimeRulerLayer.cpp @ 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 1a0dfcbffaf1
children 44acc0e5e004
line wrap: on
line diff
--- a/layer/TimeRulerLayer.cpp	Tue Jun 03 11:10:52 2014 +0100
+++ b/layer/TimeRulerLayer.cpp	Tue Jun 17 15:18:06 2014 +0100
@@ -50,7 +50,7 @@
 
 bool
 TimeRulerLayer::snapToFeatureFrame(View *v, int &frame,
-                                   size_t &resolution, SnapType snap) const
+                                   int &resolution, SnapType snap) const
 {
     if (!m_model) {
         resolution = 1;