Actually implement default wxPasswordEntryDialog ctor.
This was added in r75404 but not implemented, do provide the trivial definition of this function too. Closes #15770. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c2a117f4d1
commit
f5b1cc026d
@ -96,7 +96,7 @@ private:
|
||||
class WXDLLIMPEXP_CORE wxPasswordEntryDialog : public wxTextEntryDialog
|
||||
{
|
||||
public:
|
||||
wxPasswordEntryDialog();
|
||||
wxPasswordEntryDialog() { }
|
||||
wxPasswordEntryDialog(wxWindow *parent,
|
||||
const wxString& message,
|
||||
const wxString& caption = wxGetPasswordFromUserPromptStr,
|
||||
|
Loading…
Reference in New Issue
Block a user