Fix broken build

sorry for the noise
This commit is contained in:
Albrecht Schlosser 2021-12-17 19:37:48 +01:00
parent 311d9a8ad4
commit 55e5c74e9e

View File

@ -27,7 +27,7 @@ void fl_end_form() {
void Fl_Group::forms_end() {
// set the dimensions of a group to surround contents
const int nc = g->children();
const int nc = children();
if (nc && !w()) {
Fl_Widget*const* a = array();
Fl_Widget* o = *a++;