mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix Windows builds (amend 980eb595)
``` undefined reference to `luabridge::ClassInfo<std::shared_ptr<ARDOUR::PluginInsert> >::getClassKey ``
This commit is contained in:
parent
845171807f
commit
1c55cc6ee2
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ CLASSKEYS(ARDOUR::RouteGroup);
|
|||
CLASSKEYS(ARDOUR::ParameterDescriptor);
|
||||
CLASSKEYS(ARDOUR::PeakMeter);
|
||||
CLASSKEYS(ARDOUR::PluginInfo);
|
||||
CLASSKEYS(ARDOUR::PluginInsert);
|
||||
CLASSKEYS(ARDOUR::Plugin::PresetRecord);
|
||||
CLASSKEYS(ARDOUR::PortEngine);
|
||||
CLASSKEYS(ARDOUR::PortManager);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue