Skip to content

Commit b9441df

Browse files
committed
namespace add
1 parent 4878864 commit b9441df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/source/smithy/client/AwsSmithyClientBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ void AwsSmithyClientBase::MakeRequestAsync(Aws::AmazonWebServiceRequest const* c
237237
AttemptOneRequestAsync(std::move(pRequestCtx));
238238
}
239239

240-
void AwsSmithyClientBase::UpdateAuthSchemeFromEndpoint(const Aws::Endpoint::AWSEndpoint& endpoint, AuthSchemeOption& authscheme) const
240+
void AwsSmithyClientBase::UpdateAuthSchemeFromEndpoint(const Aws::Endpoint::AWSEndpoint& endpoint, smithy::AuthSchemeOption& authscheme) const
241241
{
242242
//get signer Name from end point and pass this info
243243
if (endpoint.GetAttributes()) {

0 commit comments

Comments
 (0)