changeset 664:c3dee40e77d2

* Make inputModel a reference argument to configure -- fixes (hideously) failure to pick up correct user-specified input in SV
author Chris Cannam
date Mon, 25 Oct 2010 21:14:40 +0200
parents badbbf0921fa
children 1c8898816fd0
files transform/ModelTransformerFactory.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/transform/ModelTransformerFactory.h	Mon Oct 25 11:09:02 2010 +0200
+++ b/transform/ModelTransformerFactory.h	Mon Oct 25 21:14:40 2010 +0200
@@ -43,7 +43,7 @@
         virtual bool configure(ModelTransformer::Input &input,
                                Transform &transform,
                                Vamp::PluginBase *plugin,
-                               Model *inputModel,
+                               Model *&inputModel,
                                AudioPlaySource *source,
                                size_t startFrame,
                                size_t duration,