Index: xfa/fxbarcode/cbc_upca.h |
diff --git a/xfa/fxbarcode/cbc_upca.h b/xfa/fxbarcode/cbc_upca.h |
index 11769f361ef520d98478737b580893a17b211e13..bf90b922b5053e8e39d6792001ac4141cedc6b44 100644 |
--- a/xfa/fxbarcode/cbc_upca.h |
+++ b/xfa/fxbarcode/cbc_upca.h |
@@ -18,13 +18,13 @@ class CBC_UPCA : public CBC_OneCode { |
~CBC_UPCA() override; |
// CBC_CodeBase |
- FX_BOOL Encode(const CFX_WideStringC& contents, |
- FX_BOOL isDevice, |
- int32_t& e) override; |
- FX_BOOL RenderDevice(CFX_RenderDevice* device, |
- const CFX_Matrix* matrix, |
- int32_t& e) override; |
- FX_BOOL RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override; |
+ bool Encode(const CFX_WideStringC& contents, |
+ bool isDevice, |
+ int32_t& e) override; |
+ bool RenderDevice(CFX_RenderDevice* device, |
+ const CFX_Matrix* matrix, |
+ int32_t& e) override; |
+ bool RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) override; |
BC_TYPE GetType() override; |
private: |