Skip to content

Commit be9c09d

Browse files
committed
chore(userspace/engine): fix build warning.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent baa9505 commit be9c09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/engine/rule_loader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class result : public falco::load_result {
250250
const context& ctx);
251251

252252
void set_schema_validation_status(const std::vector<std::string>& status);
253-
std::string schema_validation();
253+
std::string schema_validation() override;
254254

255255
protected:
256256
const std::string& as_summary_string();

0 commit comments

Comments
 (0)