diff framework/TransformUserConfigurator.h @ 437:167fe01d5631 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 ad168a6510f0
children b23bebfdfaba
line wrap: on
line diff
--- a/framework/TransformUserConfigurator.h	Tue Mar 10 17:02:52 2015 +0000
+++ b/framework/TransformUserConfigurator.h	Tue Mar 10 17:23:45 2015 +0000
@@ -27,8 +27,8 @@
                            Vamp::PluginBase *plugin,
                            Model *&inputModel,
 			   AudioPlaySource *source,
-			   int startFrame,
-			   int duration,
+			   sv_frame_t startFrame,
+			   sv_frame_t duration,
 			   const QMap<QString, Model *> &modelMap,
                            QStringList candidateModelNames,
                            QString defaultModelName);