X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9230b62136ee786760375bf59292dabff6277aeb..1296186133b677fdbaddfc1551b2b2c7321dac39:/samples/layout/layout.h diff --git a/samples/layout/layout.h b/samples/layout/layout.h index 1a4923d4e9..fdb38de484 100644 --- a/samples/layout/layout.h +++ b/samples/layout/layout.h @@ -13,7 +13,7 @@ class MyApp: public wxApp { public: - MyApp(); + MyApp(){}; bool OnInit(); }; @@ -26,7 +26,7 @@ public: void TestFlexSizers(wxCommandEvent& event); void TestNotebookSizers(wxCommandEvent& event); void TestGridBagSizer(wxCommandEvent& event); - + void OnAbout(wxCommandEvent& event); void OnQuit(wxCommandEvent& event); @@ -62,7 +62,7 @@ public: void OnHideBtn(wxCommandEvent&); void OnShowBtn(wxCommandEvent&); void OnMoveBtn(wxCommandEvent&); - + private: wxGridBagSizer* m_gbs; wxPanel* m_panel; @@ -73,7 +73,7 @@ private: wxButton* m_moveBtn1; wxButton* m_moveBtn2; wxGBPosition m_lastPos; - + DECLARE_EVENT_TABLE() };