diff layer/TimeValueLayer.h @ 810:b68af2be4545 tonioni

Merge from branch warnfix_no_size_t
author Chris Cannam
date Wed, 18 Jun 2014 13:42:25 +0100
parents 1d526ba11a24
children b66fb15de477
line wrap: on
line diff
--- a/layer/TimeValueLayer.h	Mon Jun 16 12:50:27 2014 +0100
+++ b/layer/TimeValueLayer.h	Wed Jun 18 13:42:25 2014 +0100
@@ -43,13 +43,13 @@
     virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const;
 
     virtual QString getFeatureDescription(View *v, QPoint &) const;
-    virtual QString getLabelPreceding(size_t) const;
+    virtual QString getLabelPreceding(int) const;
 
     virtual bool snapToFeatureFrame(View *v, int &frame,
-				    size_t &resolution,
+				    int &resolution,
 				    SnapType snap) const;
     virtual bool snapToSimilarFeature(View *v, int &frame,
-                                      size_t &resolution,
+                                      int &resolution,
                                       SnapType snap) const;
 
     virtual void drawStart(View *v, QMouseEvent *);
@@ -66,7 +66,7 @@
 
     virtual bool editOpen(View *v, QMouseEvent *);
 
-    virtual void moveSelection(Selection s, size_t newStartFrame);
+    virtual void moveSelection(Selection s, int newStartFrame);
     virtual void resizeSelection(Selection s, Selection newSize);
     virtual void deleteSelection(Selection s);