X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..0e338ff9a33153e00f3eca59d302cc29c7dc0639:/src/gtk/dialog.cpp diff --git a/src/gtk/dialog.cpp b/src/gtk/dialog.cpp index 0c63e39f11..1756334f0c 100644 --- a/src/gtk/dialog.cpp +++ b/src/gtk/dialog.cpp @@ -57,7 +57,7 @@ wxDialog::wxDialog(void) wxDialog::wxDialog( wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, - const long style, const wxString &name ) + long style, const wxString &name ) { wxTopLevelWindows.Insert( this ); Create( parent, id, title, pos, size, style, name ); @@ -66,7 +66,7 @@ wxDialog::wxDialog( wxWindow *parent, bool wxDialog::Create( wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos, const wxSize &size, - const long style, const wxString &name ) + long style, const wxString &name ) { m_needParent = FALSE; @@ -172,7 +172,7 @@ void wxDialog::OnCloseWindow(wxCloseEvent& event) }; }; -bool wxDialog::Show( const bool show ) +bool wxDialog::Show( bool show ) { if (!show && m_modalShowing) {