Skip to content

Commit 7196862

Browse files
committed
fix linker error because of missing exported symbols on windows
1 parent 44d5c9b commit 7196862

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)