mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Amend 1caef183 (Windows Lua bindings)
This commit is contained in:
parent
d3ca91a0b4
commit
bfcadff73c
1 changed files with 5 additions and 0 deletions
|
|
@ -89,6 +89,11 @@ luabridge::ClassInfo<T>::getConstKey ()
|
|||
return &value;
|
||||
}
|
||||
|
||||
#define CLASSKEYS(CLS) \
|
||||
template void const* luabridge::ClassInfo< CLS >::getStaticKey(); \
|
||||
template void const* luabridge::ClassInfo< CLS >::getClassKey(); \
|
||||
template void const* luabridge::ClassInfo< CLS >::getConstKey();
|
||||
|
||||
CLASSKEYS(std::vector<double>);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue