diff widgets/PluginParameterBox.h @ 207:a5b3c9f580c1

* Fixes for new Vamp API changes -- I think plugin parameters are not being set correctly yet though
author Chris Cannam
date Mon, 26 Feb 2007 20:08:51 +0000
parents 42118892f428
children 15b8a4bfe855
line wrap: on
line diff
--- a/widgets/PluginParameterBox.h	Mon Feb 26 16:32:12 2007 +0000
+++ b/widgets/PluginParameterBox.h	Mon Feb 26 20:08:51 2007 +0000
@@ -61,7 +61,7 @@
     };
 
     std::map<QString, ParamRec> m_params;
-    std::map<QString, QString> m_descriptionMap;
+    std::map<QString, QString> m_nameMap;
 };
 
 #endif