diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_barcode.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_barcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/cfwl_barcode.cpp b/xfa/fwl/core/cfwl_barcode.cpp index 6ddcdf3920..8f5b08113c 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; } |