Merge branch 'revert-winhttp-attestation-fix' of github.com:vhvb1989/azure-sdk-for-cpp into revert-winhttp-attestation-fix
This commit is contained in:
commit
2368721d3b
@ -448,7 +448,7 @@ namespace Azure { namespace Security { namespace Attestation { namespace _detail
|
||||
/**
|
||||
* @brief Convert the internal attestation token to a public AttestationToken object.
|
||||
*/
|
||||
operator Models::AttestationToken<T>&() { return m_token; }
|
||||
operator Models::AttestationToken<T> &() { return m_token; }
|
||||
/**
|
||||
* @brief Convert the internal attestation token to a public AttestationToken object.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user