diff --git a/runtime/onert/odc/Quantizer.h b/runtime/onert/odc/Quantizer.h index 00f90ad3dd5..10d6dde2c62 100644 --- a/runtime/onert/odc/Quantizer.h +++ b/runtime/onert/odc/Quantizer.h @@ -35,7 +35,7 @@ class Quantizer : public IQuantizer /** * @brief Set the number of minmax records enough for quantization */ - void setMinMaxRecordsThreshold(uint32_t value) { _minmax_threshold = value; }; + void setMinMaxRecordsThreshold(uint32_t value) override { _minmax_threshold = value; }; /** * @brief Checking the number of minmax records enough for quantization (comparison with