X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/604a1783900dfb21b5a9fcf58fcc9cbbd772e9b9..0abbe29739f758bd8c65c73dd3b033b00b292dff:/src/gtk1/stattext.cpp diff --git a/src/gtk1/stattext.cpp b/src/gtk1/stattext.cpp index 6f931be64a..752196f455 100644 --- a/src/gtk1/stattext.cpp +++ b/src/gtk1/stattext.cpp @@ -27,14 +27,14 @@ wxStaticText::wxStaticText(void) wxStaticText::wxStaticText( wxWindow *parent, wxWindowID id, const wxString &label, const wxPoint &pos, const wxSize &size, - const long style, const wxString &name ) + long style, const wxString &name ) { Create( parent, id, label, pos, size, style, name ); }; bool wxStaticText::Create( wxWindow *parent, wxWindowID id, const wxString &label, const wxPoint &pos, const wxSize &size, - const long style, const wxString &name ) + long style, const wxString &name ) { m_needParent = TRUE;