X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07a9af327e1ce49afe9528ab761f98123387d853..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/samples/treelay/treelay.h diff --git a/samples/treelay/treelay.h b/samples/treelay/treelay.h index d920ecc1be..2b1a292368 100644 --- a/samples/treelay/treelay.h +++ b/samples/treelay/treelay.h @@ -12,8 +12,9 @@ // Define a new application class MyApp: public wxApp { - public: - bool OnInit(); +public: + virtual bool OnInit(); + virtual int OnExit(); void TreeTest(wxTreeLayoutStored& tree, wxDC& dc); };