summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_qrcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_qrcode.h')
-rw-r--r--fxbarcode/cbc_qrcode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxbarcode/cbc_qrcode.h b/fxbarcode/cbc_qrcode.h
index 59d57ac648..8502933df5 100644
--- a/fxbarcode/cbc_qrcode.h
+++ b/fxbarcode/cbc_qrcode.h
@@ -24,8 +24,7 @@ class CBC_QRCode final : public CBC_CodeBase {
bool RenderDevice(CFX_RenderDevice* device,
const CFX_Matrix* matrix) override;
BC_TYPE GetType() override;
-
- bool SetErrorCorrectionLevel(int32_t level);
+ bool SetErrorCorrectionLevel(int32_t level) override;
private:
CBC_QRCodeWriter* GetQRCodeWriter();