mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Fix Windows build
Add cross DLL/exe reference undefined reference to `luabridge::ClassInfo<boost::shared_ptr<ARDOUR::Track> >::getClassKey()
This commit is contained in:
parent
b2145521d9
commit
1684b1b99a
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ CLASSKEYS(ARDOUR::Session);
|
|||
CLASSKEYS(ARDOUR::SessionConfiguration);
|
||||
CLASSKEYS(ARDOUR::Slavable);
|
||||
CLASSKEYS(ARDOUR::Source);
|
||||
CLASSKEYS(ARDOUR::Track);
|
||||
CLASSKEYS(ARDOUR::VCA);
|
||||
CLASSKEYS(ARDOUR::VCAManager);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue