13
0

Fix windows builds (declare class binding)

see also 2ff8f5a5de
This commit is contained in:
Robin Gareus 2021-05-08 14:38:43 +02:00
parent 08092d22b4
commit d88e0c6673
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -294,6 +294,8 @@ CLASSKEYS(boost::weak_ptr<ARDOUR::Bundle>);
CLASSKEYS(boost::weak_ptr<ARDOUR::Route>);
CLASSKEYS(boost::weak_ptr<ARDOUR::VCA>);
CLASSKEYS(boost::shared_ptr<ARDOUR::RegionList>);
CLASSKEYS(Vamp::RealTime);
CLASSKEYS(Vamp::PluginBase);
CLASSKEYS(Vamp::PluginBase::ParameterDescriptor);