Skip to content

Commit c06e533

Browse files
authored
build: Export part state class for windows dlls
1 parent e10cc4b commit c06e533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cpp-sdk-transfer/include/aws/transfer/TransferHandle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Aws
4444
// TBI: controls for in-memory parts vs. resumable file-based parts with state serialization to/from file
4545
};
4646

47-
class PartState
47+
class AWS_TRANSFER_API PartState
4848
{
4949
public:
5050
PartState();

0 commit comments

Comments
 (0)