mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 03:47:42 +01:00
Fix RouteGroupList Lua bindings
This commit is contained in:
parent
e6bb61b86d
commit
49f359eb8d
1 changed files with 1 additions and 2 deletions
|
|
@ -2319,8 +2319,7 @@ LuaBindings::common (lua_State* L)
|
|||
.endClass ()
|
||||
|
||||
// RouteGroupList == std::list<shared_ptr<RouteGroup>>
|
||||
.beginPtrStdList <std::shared_ptr<RouteGroup>> ("RouteGroupList")
|
||||
.addVoidPtrConstructor<std::list<std::shared_ptr <RouteGroup> > > ()
|
||||
.beginStdList <std::shared_ptr<RouteGroup>> ("RouteGroupList")
|
||||
.endClass ()
|
||||
|
||||
// typedef std::vector<std::shared_ptr<Source> > Region::SourceList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue