X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15f7c30516facfb272fc116aec4d3f9c3a9de085..e1efca652844273c3e8d32c7e5f442b87e455ca7:/samples/layout/layout.h diff --git a/samples/layout/layout.h b/samples/layout/layout.h index d7a8f8ef72..4b9edcad45 100644 --- a/samples/layout/layout.h +++ b/samples/layout/layout.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // Define a new application @@ -103,10 +103,10 @@ class MySimpleSizerFrame : public wxFrame { public: MySimpleSizerFrame(const wxString &title, int x, int y ); - + void OnSetSmallSize( wxCommandEvent &event); void OnSetBigSize( wxCommandEvent &event); - + private: wxTextCtrl *m_target; @@ -121,8 +121,8 @@ class MyNestedSizerFrame : public wxFrame { public: MyNestedSizerFrame(const wxString &title, int x, int y ); - - + + private: wxTextCtrl *m_target; };