X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..e35d0039d37b1b785aab12d8ef55507d7879c232:/include/wx/generic/textdlgg.h diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index 0cf94426a3..5b5eccb267 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -44,7 +44,7 @@ DECLARE_EVENT_TABLE() }; wxString WXDLLEXPORT wxGetTextFromUser(const wxString& message, const wxString& caption = wxGetTextFromUserPromptStr, - const wxString& default_value = wxEmptyString, wxWindow *parent = NULL, + const wxString& default_value = wxEmptyString, wxWindow *parent = (wxWindow *) NULL, int x = -1, int y = -1, bool centre = TRUE); #endif