summaryrefslogtreecommitdiff
path: root/sql/json_schema.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/json_schema.h')
-rw-r--r--sql/json_schema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/json_schema.h b/sql/json_schema.h
index fd5f55f5fdc..96e5f8f6719 100644
--- a/sql/json_schema.h
+++ b/sql/json_schema.h
@@ -362,7 +362,7 @@ class Json_schema_contains : public Json_schema_keyword
const char* key_start,
const char* key_end,
List<Json_schema_keyword> *all_keywords) override;
- void set_dependents(Json_schema_keyword *min, Json_schema_keyword *max)
+ void set_dependents(Json_schema_keyword *min, Json_schema_keyword *max) override
{
min_contains= min;
max_contains= max;