Prefer dedicated c-pointer bindings (can be const)

This commit is contained in:
Robin Gareus 2019-05-17 12:08:21 +02:00
parent 344feccc31
commit 1173ca8d34
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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")