| Index: xfa/fwl/basewidget/fxmath_barcodeimp.h
|
| diff --git a/xfa/fwl/basewidget/fxmath_barcodeimp.h b/xfa/fwl/basewidget/fxmath_barcodeimp.h
|
| index b52e900f90511b90357f591ea147a60c126f4db5..eca41d05a6ed39385197c1bed156d6ffdf0b5f9c 100644
|
| --- a/xfa/fwl/basewidget/fxmath_barcodeimp.h
|
| +++ b/xfa/fwl/basewidget/fxmath_barcodeimp.h
|
| @@ -28,7 +28,7 @@ class CFX_Barcode {
|
| BC_TYPE GetType();
|
| FX_BOOL Encode(const CFX_WideStringC& contents, FX_BOOL isDevice, int32_t& e);
|
| FX_BOOL RenderDevice(CFX_RenderDevice* device,
|
| - const CFX_Matrix* matirx,
|
| + const CFX_Matrix* matrix,
|
| int32_t& e);
|
| FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e);
|
| CFX_WideString Decode(uint8_t* buf,
|
|
|