Skip to content

Commit c7b7888

Browse files
lybecksbiscigl
authored andcommitted
Add missing override
Add missing override that is causing a compiler warning.
1 parent 7f5f529 commit c7b7888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/include/aws/core/auth/AWSCredentialsProviderChain.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Aws
2727
* When a credentials provider in the chain returns empty credentials,
2828
* We go on to the next provider until we have either exhausted the installed providers in the chain or something returns non-empty credentials.
2929
*/
30-
virtual AWSCredentials GetAWSCredentials();
30+
virtual AWSCredentials GetAWSCredentials() override;
3131

3232
/**
3333
* Gets all providers stored in this chain.

0 commit comments

Comments
 (0)