From 38eaf4b11383e24a00192132b683cc07e38622a6 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 15 Nov 2016 12:33:06 -0800 Subject: Cleanup cfwl_* files. This Cl cleans up the visibility, method usage and return values in the remaining CFWL files. Review-Url: https://codereview.chromium.org/2498163002 --- xfa/fwl/core/cfwl_barcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/core/cfwl_barcode.h') 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(); -- cgit v1.2.3