Skip to content

Commit

Permalink
chore(userspace/engine): fix build warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Oct 1, 2024
1 parent baa9505 commit be9c09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/engine/rule_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class result : public falco::load_result {
const context& ctx);

void set_schema_validation_status(const std::vector<std::string>& status);
std::string schema_validation();
std::string schema_validation() override;

protected:
const std::string& as_summary_string();
Expand Down

0 comments on commit be9c09d

Please sign in to comment.