Martin Tignor wrote: > Update of /src/master/dx/src/uipp/dxuilib > In directory opendx.watson.ibm.com:/tmp/cvs-serv6938 > > Modified Files: > ToolSelector.h > Log Message: > Two methods - componentHelp() and componentHelp() (in 2 different classes) > should > have been public but were private.
Still trouble here with the other protected functions. Do these error message give a clue: [...] c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I./../base -I../../../include -I./../dxui -Dfreebsd -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -c -o ToolSelector.o `test -f ToolSelector.C || echo './'`ToolSelector.C ToolSelector.C: In method `void ToolSelector::ToolView::select(TreeNode *, unsigned char = 1)': ToolSelector.C:283: `void ToolSelector::categorySelect(int)' is protected ToolSelector.C:450: within this context ToolSelector.C:307: `void ToolSelector::toolSelect(int)' is protected ToolSelector.C:451: within this context ToolSelector.C:283: `void ToolSelector::categorySelect(int)' is protected ToolSelector.C:454: within this context ToolSelector.C:307: `void ToolSelector::toolSelect(int)' is protected ToolSelector.C:457: within this context ToolSelector.C: In method `void ToolSelector::ToolView::adjustVisibility(int, int, int, int)': ToolSelector.h:158: `void ToolSelector::adjustVisibility(int, int, int, int)' is protected ToolSelector.C:463: within this context ToolSelector.C: In method `void ToolSelector::ToolView::getSearchableNodes(List &)': ToolSelector.h:155: `class CategoryNode * ToolSelector::getCategoryNode(TreeNode *, int)' is protected ToolSelector.C:492: within this context ToolSelector.C: In method `void ToolSelector::ToolView::multiClick(TreeNode *)': ToolSelector.C:327: `void ToolSelector::lockSelect(int)' is protected ToolSelector.C:511: within this context gmake[4]: *** [ToolSelector.o] Error 1 gmake[4]: Leaving directory `/home/lahaye/SOFTWARE/dx/src/uipp/dxuilib' Regards, Rob.
