X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07a9af327e1ce49afe9528ab761f98123387d853..17e7431567f017c975ba4926b2ff426d5c0a4b7c:/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); };