Skip to content

Commit

Permalink
Revert "compilation fix access protected member of parent class for o…
Browse files Browse the repository at this point in the history
…lder GCC (#3216)"

This reverts commit 55372a2.
  • Loading branch information
SergeyRyabinin committed Dec 11, 2024
1 parent 55372a2 commit a817cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ namespace Aws
};

class AWS_CORE_API JsonErrorMarshallerQueryCompatible : public JsonErrorMarshaller {
using AWSErrorMarshaller::Marshall;

public:
/**
* Converts an exceptionName and message into an Error object, if it
Expand Down

0 comments on commit a817cca

Please sign in to comment.