Author: manolo
Date: 2012-03-27 01:22:54 -0700 (Tue, 27 Mar 2012)
New Revision: 9304
Log:
Fixed void Fl_Group::add(Fl_Widget&) in FLTK 1 compatibility layer.
Modified:
branches/branch-3.0/include/FL/Fl_Group.H
Modified: branches/branch-3.0/include/FL/Fl_Group.H
===================================================================
--- branches/branch-3.0/include/FL/Fl_Group.H 2012-03-26 16:54:54 UTC (rev
9303)
+++ branches/branch-3.0/include/FL/Fl_Group.H 2012-03-27 08:22:54 UTC (rev
9304)
@@ -108,7 +108,7 @@
// FIXME: 123 - can't traslate easily! Fl_Widget* const* array() const;
void add(Fl_Widget &o) {
- ((fltk3::Group*)_p)->find(*(fltk3::_1to3_widget(&o)));
+ ((fltk3::Group*)_p)->add(fltk3::_1to3_widget(&o));
}
void add(Fl_Widget* o) {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit