Skip to content

Commit d8ac8e1

Browse files
committed
AWSJsonClient.cpp include full namepsace for Aws::Utils::JsonValue
1 parent b6b98d4 commit d8ac8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/source/client/AWSJsonClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ JsonValue AWSJsonClient::ParseResponse(const HttpResponseOutcome& httpOutcome) c
4343
return JsonValue(httpOutcome.GetResult()->GetResponseBody());
4444
}
4545

46-
bool AWSJsonClient::HasParseError(const Utils::Json::JsonValue& response) const
46+
bool AWSJsonClient::HasParseError(const Aws::Utils::Json::JsonValue& response) const
4747
{
4848
return !response.WasParseSuccessful();
4949
}

0 commit comments

Comments
 (0)