api2021 part I #4

Merged
tomasz.sowa merged 67 commits from api2021 into master 2021-05-27 10:37:36 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 49c2b478c0 - Show all commits

View File

@ -2028,7 +2028,7 @@ Space & Space::add_child_space()
TableType * child_table = find_child_space_table();
child_table->push_back(new Space());
return child_table->back();
return *child_table->back();
}