| Index: xfa/fxbarcode/common/BC_CommonBitMatrix.h | 
| diff --git a/xfa/fxbarcode/common/BC_CommonBitMatrix.h b/xfa/fxbarcode/common/BC_CommonBitMatrix.h | 
| index 98291f0130f3931089a885b427803218cb4d4c90..ed1f684a3753f83ae4f34e5eda05654d7fdf1e41 100644 | 
| --- a/xfa/fxbarcode/common/BC_CommonBitMatrix.h | 
| +++ b/xfa/fxbarcode/common/BC_CommonBitMatrix.h | 
| @@ -19,7 +19,7 @@ class CBC_CommonBitMatrix { | 
| virtual void Init(int32_t dimension); | 
| virtual void Init(int32_t width, int32_t height); | 
|  | 
| -  FX_BOOL Get(int32_t x, int32_t y); | 
| +  bool Get(int32_t x, int32_t y); | 
| void Set(int32_t x, int32_t y); | 
| void Flip(int32_t x, int32_t y); | 
| void Clear(); | 
|  |