Index: xfa/fwl/basewidget/fwl_barcodeimp.h |
diff --git a/xfa/fwl/basewidget/fwl_barcodeimp.h b/xfa/fwl/basewidget/fwl_barcodeimp.h |
index 77b3552a632f05879c8bfd8b29feb06d0b227726..85b188b0877d6689ced0fb8acd34c78014af885b 100644 |
--- a/xfa/fwl/basewidget/fwl_barcodeimp.h |
+++ b/xfa/fwl/basewidget/fwl_barcodeimp.h |
@@ -10,10 +10,10 @@ |
#include "xfa/fwl/basewidget/fwl_editimp.h" |
#include "xfa/fwl/basewidget/ifwl_barcode.h" |
#include "xfa/fwl/basewidget/ifwl_scrollbar.h" |
-#include "xfa/fwl/basewidget/ifx_barcode.h" |
class CFWL_WidgetImpProperties; |
class CFWL_BarcodeImpDelegate; |
+class CFX_Barcode; |
class IFWL_Widget; |
#define XFA_BCS_NeedUpdate 0x0001 |
@@ -39,7 +39,7 @@ class CFWL_BarcodeImp : public CFWL_EditImp { |
void GenerateBarcodeImageCache(); |
void CreateBarcodeEngine(); |
void ReleaseBarcodeEngine(); |
- IFX_Barcode* m_pBarcodeEngine; |
+ CFX_Barcode* m_pBarcodeEngine; |
Tom Sepez
2016/04/13 16:52:18
nit: blank line between methods and members while
dsinclair
2016/04/13 16:59:07
Done.
|
uint32_t m_dwStatus; |
BC_TYPE m_type; |
friend class CFWL_BarcodeImpDelegate; |