| Index: xfa/fwl/core/ifwl_barcode.h
|
| diff --git a/xfa/fwl/core/ifwl_barcode.h b/xfa/fwl/core/ifwl_barcode.h
|
| index 1d88c322592c409bd781a0994bd41c65b4eb2032..d69cd23fcba2621b5323ada4451860f2e496363b 100644
|
| --- a/xfa/fwl/core/ifwl_barcode.h
|
| +++ b/xfa/fwl/core/ifwl_barcode.h
|
| @@ -58,8 +58,8 @@ class IFWL_BarcodeDP : public IFWL_DataProvider {
|
|
|
| class IFWL_Barcode : public IFWL_Edit {
|
| public:
|
| - explicit IFWL_Barcode(const IFWL_App* app,
|
| - std::unique_ptr<CFWL_WidgetProperties> properties);
|
| + IFWL_Barcode(const IFWL_App* app,
|
| + std::unique_ptr<CFWL_WidgetProperties> properties);
|
| ~IFWL_Barcode() override;
|
|
|
| // IFWL_Widget
|
| @@ -75,7 +75,7 @@ class IFWL_Barcode : public IFWL_Edit {
|
| void SetType(BC_TYPE type);
|
| bool IsProtectedType();
|
|
|
| - protected:
|
| + private:
|
| void GenerateBarcodeImageCache();
|
| void CreateBarcodeEngine();
|
|
|
|
|