Patch #952359 from ABX: contrib updates after wxHashTable and
other recent changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -489,7 +489,7 @@ wxTreeCtrl* MyFrame::CreateTreeCtrl( const wxString& label )
|
||||
{
|
||||
wxTreeCtrl* pTree = new wxTreeCtrl( mpInternalFrm, -1 );
|
||||
|
||||
int rootid = pTree->AppendItem( (long)0, label, 0);
|
||||
const wxTreeItemId rootid = pTree->AppendItem( (long)0, label, 0);
|
||||
|
||||
if ( label[0] != 'X' )
|
||||
{
|
||||
|
Reference in New Issue
Block a user