mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix interface - proessor_selection is not a Lua C-Function
This commit is contained in:
parent
8d8ca6a8fa
commit
b233a56a80
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ const char *luasignalstr[] = {
|
||||||
namespace LuaMixer {
|
namespace LuaMixer {
|
||||||
|
|
||||||
ProcessorBox::ProcSelection
|
ProcessorBox::ProcSelection
|
||||||
processor_selection (lua_State* L) {
|
processor_selection () {
|
||||||
return ProcessorBox::current_processor_selection ();
|
return ProcessorBox::current_processor_selection ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue