Workarounds to allow compilation by Sun C++ 5.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-07 19:54:58 +00:00
parent 42389ac7c3
commit 3f37899571
2 changed files with 9 additions and 2 deletions

View File

@@ -83,7 +83,9 @@ protected:\
value_type mData;\
};\
\
public:\
typedef tree_node* node_ref_type;\
protected:\
\
node_ref_type mpRoot;\
node_ref_type mpLeftMost;\