Add missing default constructor of wxFileDialog in wxMSW
This ctor exists in the other ports and there is no reason for it not to exist in wxMSW too. Closes #24113.
This commit is contained in:
parent
d62fafe847
commit
11ed91af8f
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class wxFileDialogMSWData;
|
||||||
class WXDLLIMPEXP_CORE wxFileDialog: public wxFileDialogBase
|
class WXDLLIMPEXP_CORE wxFileDialog: public wxFileDialogBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
wxFileDialog() = default;
|
||||||
wxFileDialog(wxWindow *parent,
|
wxFileDialog(wxWindow *parent,
|
||||||
const wxString& message = wxASCII_STR(wxFileSelectorPromptStr),
|
const wxString& message = wxASCII_STR(wxFileSelectorPromptStr),
|
||||||
const wxString& defaultDir = wxEmptyString,
|
const wxString& defaultDir = wxEmptyString,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue