use typedef'ed types (avoid comma in CPP macro)
authorRobin Gareus <robin@gareus.org>
Mon, 3 Oct 2016 22:24:22 +0000 (00:24 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 3 Oct 2016 22:24:22 +0000 (00:24 +0200)
libs/ardour/luabindings.cc

index bfee1a1c8ffb6079ff105b1327611ce2dfd56314..aa4e1543dbb40e2b56ee5b38c8707b66a5ae9ebb 100644 (file)
@@ -206,9 +206,9 @@ CLASSKEYS(Vamp::PluginBase::ParameterDescriptor);
 CLASSKEYS(Vamp::Plugin);
 CLASSKEYS(Vamp::Plugin::OutputDescriptor);
 CLASSKEYS(Vamp::Plugin::Feature);
-CLASSKEYS(std::vector<Vamp::Plugin::OutputDescriptor>);
-CLASSKEYS(std::vector<Vamp::Plugin::Feature>);
-CLASSKEYS(std::map<int, Vamp::Plugin::FeatureList>);
+CLASSKEYS(Vamp::Plugin::OutputList);
+CLASSKEYS(Vamp::Plugin::FeatureList);
+CLASSKEYS(Vamp::Plugin::FeatureSet);
 
 CLASSKEYS(void);
 CLASSKEYS(float);