mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
consistent lua binding name (nil is a reserved word in lua)
This commit is contained in:
parent
00ecc545bc
commit
165ae0863a
3 changed files with 3 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ using namespace PBD;
|
|||
using namespace std;
|
||||
|
||||
int
|
||||
ARDOUR::LuaAPI::datatype_ctor_nil (lua_State *L)
|
||||
ARDOUR::LuaAPI::datatype_ctor_null (lua_State *L)
|
||||
{
|
||||
DataType dt (DataType::NIL);
|
||||
luabridge::Stack <DataType>::push (L, dt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue