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


What I can not do is to compile the trivial function below:

Mon Jun 07  14:01:54
home-server:fltk-1.3.x-r7626$ cat test.cxx 
#include "FL/Fl_Tree.H"

void test()
{
  Fl_Tree *o = NULL;
  Fl_Group *g = o->parent();
}
Mon Jun 07  14:02:02
home-server:fltk-1.3.x-r7626$ g++ -c test.cxx 
test.cxx: In function 'void test()':
test.cxx:6: error: no matching function for call to 'Fl_Tree::parent()'
FL/Fl_Tree.H:221: note: candidates are: Fl_Tree_Item*
Fl_Tree::parent(Fl_Tree_Item*)
Mon Jun 07  14:02:03
home-server:fltk-1.3.x-r7626$ g++ --version
g++ (GCC) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


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