Lua: allow to build SelectionLists

This partially reverts 4538bcc7 to allow Editor:set_selection()
This commit is contained in:
Robin Gareus 2019-08-28 18:38:06 +02:00
parent 96f55e8184
commit 85f8387f54
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -823,7 +823,7 @@ LuaInstance::register_classes (lua_State* L)
.endClass () .endClass ()
// std::list<Selectable*> // std::list<Selectable*>
.beginConstStdCPtrList <Selectable> ("SelectionList") .beginStdCPtrList <Selectable> ("SelectionList")
.endClass () .endClass ()
// std::list<TimeAxisView*> // std::list<TimeAxisView*>