Skip to content

Commit 55372a2

Browse files
authored
compilation fix access protected member of parent class for older GCC (#3216)
1 parent 483b1e1 commit 55372a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/aws-cpp-sdk-core/include/aws/core/client/AWSErrorMarshaller.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ namespace Aws
9494
};
9595

9696
class AWS_CORE_API JsonErrorMarshallerQueryCompatible : public JsonErrorMarshaller {
97+
using AWSErrorMarshaller::Marshall;
98+
9799
public:
98100
/**
99101
* Converts an exceptionName and message into an Error object, if it

0 commit comments

Comments
 (0)