Fix broken build
sorry for the noise
This commit is contained in:
parent
311d9a8ad4
commit
55e5c74e9e
@ -27,7 +27,7 @@ void fl_end_form() {
|
|||||||
|
|
||||||
void Fl_Group::forms_end() {
|
void Fl_Group::forms_end() {
|
||||||
// set the dimensions of a group to surround contents
|
// set the dimensions of a group to surround contents
|
||||||
const int nc = g->children();
|
const int nc = children();
|
||||||
if (nc && !w()) {
|
if (nc && !w()) {
|
||||||
Fl_Widget*const* a = array();
|
Fl_Widget*const* a = array();
|
||||||
Fl_Widget* o = *a++;
|
Fl_Widget* o = *a++;
|
||||||
|
Loading…
Reference in New Issue
Block a user