diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_barcode.h')
-rw-r--r-- | xfa/fwl/core/ifwl_barcode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_barcode.h b/xfa/fwl/core/ifwl_barcode.h index 1d88c32259..d69cd23fcb 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(); |