summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_barcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_barcode.h')
-rw-r--r--xfa/fwl/core/cfwl_barcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_barcode.h b/xfa/fwl/core/cfwl_barcode.h
index 30d158c2e8..b309780f37 100644
--- a/xfa/fwl/core/cfwl_barcode.h
+++ b/xfa/fwl/core/cfwl_barcode.h
@@ -13,7 +13,7 @@
class CFWL_Barcode : public CFWL_Edit, public IFWL_BarcodeDP {
public:
- CFWL_Barcode(const IFWL_App*);
+ explicit CFWL_Barcode(const IFWL_App* pApp);
~CFWL_Barcode() override;
void Initialize();