Rename init/free item functions back

This commit is contained in:
Tobias Hunger 2022-03-11 13:47:59 +01:00 committed by Tobias Hunger
parent 095537e3fd
commit bdc3778cec
6 changed files with 13 additions and 13 deletions

View file

@ -126,7 +126,7 @@ public:
template<typename Component, typename ItemArray>
void init_items(Component *c, ItemArray items) const
{
cbindgen_private::slint_component_init_items_array(
cbindgen_private::slint_component_init_items(
vtable::VRef<ComponentVTable> { &Component::static_vtable, c }, items, &inner);
}