Skip to content

Commit

Permalink
Fix const issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dchakarwarti committed Nov 26, 2024
1 parent aef4c44 commit 2f9c389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ExtractorImpl : public Extractor {

void processResponse(Protobuf::field_extraction::MessageData& message) override;

ExtractedMessageResult GetResult() const override {
ExtractedMessageResult GetResult() override {
ExtractedMessageResult result = result_;
result_.request_data.clear();
result_.response_data.clear();
Expand Down

0 comments on commit 2f9c389

Please sign in to comment.