From 90d9386825b872a0b668eac5dff3e268fa7ad16c Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 30 Jan 2018 21:38:40 +0000 Subject: Shuffle more code out of CXFA_Node This CL moves more code out of the CXFA_Node class and into specific subclasses. Change-Id: Idca36f251431bf7efd4da045aeabf097ab23f0ce Reviewed-on: https://pdfium-review.googlesource.com/24714 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- xfa/fxfa/cxfa_ffbarcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/cxfa_ffbarcode.h') diff --git a/xfa/fxfa/cxfa_ffbarcode.h b/xfa/fxfa/cxfa_ffbarcode.h index df62b8ee7f..7804ce3830 100644 --- a/xfa/fxfa/cxfa_ffbarcode.h +++ b/xfa/fxfa/cxfa_ffbarcode.h @@ -90,7 +90,7 @@ class CXFA_FFBarcode : public CXFA_FFTextEdit { public: static const BarCodeInfo* GetBarcodeTypeByName(const WideString& wsName); - explicit CXFA_FFBarcode(CXFA_Node* pNode, CXFA_Barcode* barcode); + CXFA_FFBarcode(CXFA_Node* pNode, CXFA_Barcode* barcode); ~CXFA_FFBarcode() override; // CXFA_FFTextEdit -- cgit v1.2.3