]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelay/test.h
moved Destroy() to the beginning
[wxWidgets.git] / samples / treelay / test.h
index b00660744e050831aeacaf976fd6b3894bd77b97..8167a8fc8d8677b21e823bc784c5d2b2b3da4e07 100644 (file)
@@ -14,7 +14,7 @@ class MyApp: public wxApp
 {
   public:
     bool OnInit();
-    void TreeTest(wxStoredTree& tree, wxDC& dc);
+    void TreeTest(wxTreeLayoutStored& tree, wxDC& dc);
 };
 
 DECLARE_APP(MyApp)