diff framework/TransformUserConfigurator.cpp @ 214:15057cf59da5

* Appalling fix for failure to pick up correct user-specified input model
author Chris Cannam
date Mon, 25 Oct 2010 21:15:24 +0200
parents a3fbd52031a5
children 67cea66bd588
line wrap: on
line diff
--- a/framework/TransformUserConfigurator.cpp	Mon Oct 25 11:11:33 2010 +0200
+++ b/framework/TransformUserConfigurator.cpp	Mon Oct 25 21:15:24 2010 +0200
@@ -52,7 +52,7 @@
 TransformUserConfigurator::configure(ModelTransformer::Input &input,
 				     Transform &transform,
 				     Vamp::PluginBase *plugin,
-				     Model *inputModel,
+                                     Model *&inputModel,
 				     AudioPlaySource *source,
 				     size_t startFrame,
 				     size_t duration,