diff 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
line wrap: on
line diff
--- a/layer/Layer.h	Tue Mar 10 13:22:10 2015 +0000
+++ b/layer/Layer.h	Tue Mar 10 17:23:45 2015 +0000
@@ -150,7 +150,7 @@
 	return "";
     }
 
-    virtual QString getLabelPreceding(int /* frame */) const {
+    virtual QString getLabelPreceding(sv_frame_t /* frame */) const {
         return "";
     }