m_module is now a pointer instead of reference
This commit is contained in:
@@ -58,9 +58,9 @@ namespace eap
|
||||
///
|
||||
/// Constructs credentials
|
||||
///
|
||||
/// \param[in] mod Reference of the EAP module to use for global services
|
||||
/// \param[in] mod EAP module to use for global services
|
||||
///
|
||||
credentials(_In_ module &mod);
|
||||
credentials(_In_ module *mod);
|
||||
|
||||
///
|
||||
/// Copies credentials
|
||||
@@ -203,9 +203,9 @@ namespace eap
|
||||
///
|
||||
/// Constructs credentials
|
||||
///
|
||||
/// \param[in] mod Reference of the EAP module to use for global services
|
||||
/// \param[in] mod EAP module to use for global services
|
||||
///
|
||||
credentials_pass(_In_ module &mod);
|
||||
credentials_pass(_In_ module *mod);
|
||||
|
||||
///
|
||||
/// Copies credentials
|
||||
|
Reference in New Issue
Block a user