X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1f9e3ec5d8f3c0bb5bfe558f5ecb35b994383eb..91ce910234e8a6a3c64bec7d9ec133e89dd880cb:/samples/mobile/styles/styles.h?ds=sidebyside diff --git a/samples/mobile/styles/styles.h b/samples/mobile/styles/styles.h index b3c5dfafb1..d4629f6e88 100644 --- a/samples/mobile/styles/styles.h +++ b/samples/mobile/styles/styles.h @@ -11,7 +11,7 @@ #pragma interface "styles.cpp" #endif -// Include wxWindows' headers +// Include wxWidgets' headers #ifndef WX_PRECOMP #include @@ -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(); };