X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/babc97583e1280ac0992ca8e3dbd7604e2d3963b..f1567cddead054974c4a079ed8ee2c798ef998dc:/samples/treelay/test.cpp diff --git a/samples/treelay/test.cpp b/samples/treelay/test.cpp index 1434cf2d5c..52b3797b1c 100644 --- a/samples/treelay/test.cpp +++ b/samples/treelay/test.cpp @@ -24,7 +24,7 @@ #include "test.h" -wxStoredTree *myTree = NULL; +wxTreeLayoutStored *myTree = NULL; // A macro needed for some compilers (AIX) that need 'main' to be defined // in the application itself. @@ -70,7 +70,7 @@ bool MyApp::OnInit() canvas->SetScrollbars(20, 20, 50, 50); frame->canvas = canvas; - myTree = new wxStoredTree(); + myTree = new wxTreeLayoutStored(); wxClientDC dc(canvas); wxFont font(10, wxROMAN, wxNORMAL, wxBOLD); @@ -85,7 +85,7 @@ bool MyApp::OnInit() return TRUE; } -void MyApp::TreeTest(wxStoredTree& tree, wxDC& dc) +void MyApp::TreeTest(wxTreeLayoutStored& tree, wxDC& dc) { tree.Initialize(200);