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