Make wxGenericCredentialEntryDialog non-copyable

No real changes, just a bit of extra safety.
This commit is contained in:
Vadim Zeitlin
2020-12-13 00:09:22 +01:00
parent b48c72ed22
commit 2ddf8705af

View File

@@ -45,6 +45,8 @@ private:
void Init(const wxString& message,
const wxString& user,
const wxString& password);
wxDECLARE_NO_COPY_CLASS(wxGenericCredentialEntryDialog);
};
// Add this typedef as long as the generic version is the only one available