DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2377
Version: 1.3-current


I see -- I forgot that declaring a method in a derived class would eclipse
a method of the same name with a different prototype/signature.

In this case I think the correct solution is to remove Fl_Tree's
arent(Fl_Tree_Item*) method; it seems wrong to be in the API the way it
is; the correct way to find an Fl_Tree_Item's parent is item->parent(),
not tree->parent(item).

Removing that from the API should fix the problem; will follow up with the
svn# with that fix.


Link: http://www.fltk.org/str.php?L2377
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to