diff layer/ImageLayer.h @ 806:4c8ca536b54f warnfix_no_size_t

Some more unsigned/long removal
author Chris Cannam
date Tue, 17 Jun 2014 15:36:56 +0100
parents 1d526ba11a24
children b66fb15de477
line wrap: on
line diff
--- a/layer/ImageLayer.h	Tue Jun 17 15:18:06 2014 +0100
+++ b/layer/ImageLayer.h	Tue Jun 17 15:36:56 2014 +0100
@@ -98,7 +98,7 @@
 
     void setProperties(const QXmlAttributes &attributes);
 
-    virtual bool addImage(long frame, QString url); // using a command
+    virtual bool addImage(int frame, QString url); // using a command
 
 protected slots:
     void checkAddSources();