mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
further lua binding refactoring, match C++ namespaces
This commit is contained in:
parent
59e0ca401f
commit
d062e1a84e
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ LuaInstance::register_classes (lua_State* L)
|
||||||
register_hooks (L);
|
register_hooks (L);
|
||||||
|
|
||||||
luabridge::getGlobalNamespace (L)
|
luabridge::getGlobalNamespace (L)
|
||||||
.beginNamespace ("ARDOUR")
|
.beginNamespace ("ArdourUI")
|
||||||
.beginClass <RegionSelection> ("RegionSelection")
|
.beginClass <RegionSelection> ("RegionSelection")
|
||||||
.addFunction ("clear_all", &RegionSelection::clear_all)
|
.addFunction ("clear_all", &RegionSelection::clear_all)
|
||||||
.addFunction ("start", &RegionSelection::start)
|
.addFunction ("start", &RegionSelection::start)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue