| Index: xfa/fwl/core/ifwl_barcode.cpp
|
| diff --git a/xfa/fwl/core/ifwl_barcode.cpp b/xfa/fwl/core/ifwl_barcode.cpp
|
| index 71346b828b572c30e9b1c66a39217f86dfc2b073..d5ab17f66b3bd2b3598de94ab3a9787b06c987f0 100644
|
| --- a/xfa/fwl/core/ifwl_barcode.cpp
|
| +++ b/xfa/fwl/core/ifwl_barcode.cpp
|
| @@ -15,7 +15,7 @@
|
| #include "xfa/fwl/core/cfx_barcode.h"
|
| #include "xfa/fwl/core/ifwl_themeprovider.h"
|
|
|
| -IFWL_Barcode::IFWL_Barcode(const IFWL_App* app,
|
| +IFWL_Barcode::IFWL_Barcode(const CFWL_App* app,
|
| std::unique_ptr<CFWL_WidgetProperties> properties)
|
| : IFWL_Edit(app, std::move(properties), nullptr),
|
| m_dwStatus(0),
|
|
|