From 55e5c74e9e6a31bc6b75b479546ff4e84b1c935a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 17 Dec 2021 19:37:48 +0100 Subject: Fix broken build sorry for the noise --- src/forms_compatibility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/forms_compatibility.cxx b/src/forms_compatibility.cxx index 2d9ca858f..c4901fedc 100644 --- a/src/forms_compatibility.cxx +++ b/src/forms_compatibility.cxx @@ -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++; -- cgit v1.2.3