Skip to content

Commit 101e89b

Browse files
authored
Merge branch 'main' into transfer-manager-checksums-upload-download
2 parents 942e23c + 7196862 commit 101e89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/include/aws/core/utils/stream/StreamBufProtectedWriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Aws
2323
/**
2424
* This is a wrapper to perform a hack to write directly to the put area of the underlying streambuf
2525
*/
26-
class AWS_CORE_API StreamBufProtectedWriter : public std::streambuf
26+
class StreamBufProtectedWriter : public std::streambuf
2727
{
2828
public:
2929
StreamBufProtectedWriter() = delete;

0 commit comments

Comments
 (0)