config_method_with_cred renamed to config_connection to describe it better
This commit is contained in:
@@ -142,10 +142,10 @@ public:
|
||||
///
|
||||
/// Constructs a configuration dialog
|
||||
///
|
||||
/// \param[inout] cfg Providers configuration data
|
||||
/// \param[inout] cfg Connection configuration
|
||||
/// \param[in] parent Parent window
|
||||
///
|
||||
wxEAPConfigDialog(eap::config_provider_list &cfg, wxWindow* parent) :
|
||||
wxEAPConfigDialog(eap::config_connection &cfg, wxWindow* parent) :
|
||||
m_cfg(cfg),
|
||||
wxEAPConfigDialogBase(parent)
|
||||
{
|
||||
@@ -207,7 +207,7 @@ protected:
|
||||
|
||||
|
||||
protected:
|
||||
eap::config_provider_list &m_cfg; ///< EAP providers configuration
|
||||
eap::config_connection &m_cfg; ///< Connection configuration
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user