Fix Lua Session scripts (amend df12126909)

This commit is contained in:
Robin Gareus 2024-05-15 17:33:59 +02:00
parent b3df8ea6ef
commit 1f0ee56726
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -3455,7 +3455,7 @@ ARDOUR::Session::luabindings_session_rt (lua_State* L)
{
/* declaration need to be in this file due to Windows CLASSKEYS */
luabridge::getGlobalNamespace (L)
.beginNamespace ("Ardour")
.beginNamespace ("ARDOUR")
.beginClass <Session> ("Session")
/* thse are private to Session */
.addFunction ("rt_set_controls", &Session::rt_set_controls)