Index: xfa/fxfa/app/xfa_ffbarcode.cpp |
diff --git a/xfa/fxfa/app/xfa_ffbarcode.cpp b/xfa/fxfa/app/xfa_ffbarcode.cpp |
index 4bb3ba0a4dde5776db3bc611920fdd30ff06f7cd..523344cc47d1a578beb5b3c37370b7f00b82af43 100644 |
--- a/xfa/fxfa/app/xfa_ffbarcode.cpp |
+++ b/xfa/fxfa/app/xfa_ffbarcode.cpp |
@@ -121,7 +121,7 @@ CXFA_FFBarcode::CXFA_FFBarcode(CXFA_FFPageView* pPageView, |
: CXFA_FFTextEdit(pPageView, pDataAcc) {} |
CXFA_FFBarcode::~CXFA_FFBarcode() {} |
FX_BOOL CXFA_FFBarcode::LoadWidget() { |
- CFWL_Barcode* pFWLBarcode = CFWL_Barcode::Create(); |
+ CFWL_Barcode* pFWLBarcode = new CFWL_Barcode; |
if (pFWLBarcode) { |
Lei Zhang
2016/10/18 19:12:14
remove
dsinclair
2016/10/19 14:41:38
Done.
|
pFWLBarcode->Initialize(); |
} |