| Index: xfa/fwl/core/cfwl_barcode.h
|
| diff --git a/xfa/fwl/core/cfwl_barcode.h b/xfa/fwl/core/cfwl_barcode.h
|
| index aa6f8fccf454c7e9d1be68daa10a59f832787664..c2bf38ad405c61dc7e23873f85818d2bd155e1f7 100644
|
| --- a/xfa/fwl/core/cfwl_barcode.h
|
| +++ b/xfa/fwl/core/cfwl_barcode.h
|
| @@ -16,13 +16,14 @@ class CFWL_WidgetProperties;
|
|
|
| class CFWL_Barcode : public CFWL_Edit {
|
| public:
|
| - CFWL_Barcode();
|
| + CFWL_Barcode(const IFWL_App*);
|
| ~CFWL_Barcode() override;
|
|
|
| IFWL_Barcode* GetWidget() override;
|
| const IFWL_Barcode* GetWidget() const override;
|
|
|
| - FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
|
| + void Initialize(const CFWL_WidgetProperties* pProperties);
|
| +
|
| void SetType(BC_TYPE type);
|
| FX_BOOL IsProtectedType();
|
|
|
|
|