wxTTLSCredentialsPanel constructor parameters match TTLS method now

This commit is contained in:
2016-09-22 11:04:58 +02:00
parent 2b232ba443
commit 963657d6d8
2 changed files with 8 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ public:
/// \param[in] parent Parent window
/// \param[in] is_config Is this panel used to pre-enter credentials? When \c true, the "Remember" checkbox is always selected and disabled.
///
wxTTLSCredentialsPanel(const eap::config_provider &prov, const eap::config_method &cfg, eap::credentials &cred, wxWindow* parent, bool is_config = false);
wxTTLSCredentialsPanel(const eap::config_provider &prov, const eap::config_method_ttls &cfg, eap::credentials_ttls &cred, wxWindow* parent, bool is_config = false);
///
/// Destructs the configuration panel