diff framework/Document.cpp @ 449:12d982e52190

Merge from branch tonioni
author Chris Cannam
date Mon, 20 Apr 2015 09:21:08 +0100
parents 72c662fe7ea3
children d9d132c0e240 8125b8cb8128
line wrap: on
line diff
--- a/framework/Document.cpp	Mon Mar 02 17:20:23 2015 +0000
+++ b/framework/Document.cpp	Mon Apr 20 09:21:08 2015 +0100
@@ -734,7 +734,7 @@
         applied.setPluginVersion
             (TransformFactory::getInstance()->
              getDefaultTransformFor(applied.getIdentifier(),
-                                    lrintf(applied.getSampleRate()))
+                                    applied.getSampleRate())
              .getPluginVersion());
 
         if (!model) {