Skip to content

Commit a2aa611

Browse files
committed
Fix NoResult namespace
1 parent 86b91e1 commit a2aa611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/include/smithy/client/SmithyEventStreamingAsyncTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class AWS_CORE_LOCAL SmithyBidirectionalStreamingTask final {
9191
std::move(m_endpointCallback), std::move(m_authCallback));
9292

9393
if (outcome.IsSuccess()) {
94-
m_handler(m_client, *m_request, OutcomeT(NoResult()), m_context);
94+
m_handler(m_client, *m_request, OutcomeT(Aws::NoResult()), m_context);
9595
} else {
9696
if (m_stream) m_stream->Close();
9797
m_handler(m_client, *m_request, OutcomeT(outcome.GetError()), m_context);

0 commit comments

Comments
 (0)