X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..3e21fc053d9017f79ad71675db8d2e1497049159:/samples/mobile/styles/styles.h diff --git a/samples/mobile/styles/styles.h b/samples/mobile/styles/styles.h index 4dbc634360..d4629f6e88 100644 --- a/samples/mobile/styles/styles.h +++ b/samples/mobile/styles/styles.h @@ -36,16 +36,16 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE ); - + private: void CreateMyMenuBar(); - + private: void OnAbout( wxCommandEvent &event ); void OnQuit( wxCommandEvent &event ); - + void OnCloseWindow( wxCloseEvent &event ); - + private: DECLARE_EVENT_TABLE() }; @@ -57,8 +57,8 @@ private: class MyApp: public wxApp { public: - MyApp(); - + MyApp(){}; + virtual bool OnInit(); virtual int OnExit(); };