mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Prefer dedicated c-pointer bindings (can be const)
This commit is contained in:
parent
344feccc31
commit
1173ca8d34
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ LuaInstance::register_classes (lua_State* L)
|
|||
|
||||
.addFunction ("processor_selection", &LuaMixer::processor_selection)
|
||||
|
||||
.beginStdList <ArdourMarker*> ("ArdourMarkerList")
|
||||
.beginStdCPtrList <ArdourMarker> ("ArdourMarkerList")
|
||||
.endClass ()
|
||||
|
||||
.beginClass <ArdourMarker> ("ArdourMarker")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue