diff options
Diffstat (limited to 'fxbarcode/cbc_qrcode.h')
-rw-r--r-- | fxbarcode/cbc_qrcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_qrcode.h b/fxbarcode/cbc_qrcode.h index 638726769c..509de8a8d8 100644 --- a/fxbarcode/cbc_qrcode.h +++ b/fxbarcode/cbc_qrcode.h @@ -20,7 +20,7 @@ class CBC_QRCode : public CBC_CodeBase { ~CBC_QRCode() override; // CBC_CodeBase: - bool Encode(const CFX_WideStringC& contents) override; + bool Encode(const WideStringView& contents) override; bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix) override; BC_TYPE GetType() override; |