Index: xfa/fwl/core/cfwl_barcode.cpp |
diff --git a/xfa/fwl/core/cfwl_barcode.cpp b/xfa/fwl/core/cfwl_barcode.cpp |
index 6ddcdf3920241ce6216ef47fc3d44253690747bf..8f5b08113ce64665bc0482e12d51f4b62ebc3a9b 100644 |
--- a/xfa/fwl/core/cfwl_barcode.cpp |
+++ b/xfa/fwl/core/cfwl_barcode.cpp |
@@ -88,7 +88,7 @@ bool CFWL_Barcode::IsProtectedType() const { |
} |
void CFWL_Barcode::OnProcessEvent(CFWL_Event* pEvent) { |
- if (pEvent->GetClassID() == CFWL_EventType::TextChanged) { |
+ if (pEvent->GetType() == CFWL_Event::Type::TextChanged) { |
m_pBarcodeEngine.reset(); |
m_dwStatus = XFA_BCS_NeedUpdate; |
} |