diff options
Diffstat (limited to 'xfa/fxfa/app/xfa_ffnotify.cpp')
-rw-r--r-- | xfa/fxfa/app/xfa_ffnotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffnotify.cpp b/xfa/fxfa/app/xfa_ffnotify.cpp index 571593fc63..b6e64d04b7 100644 --- a/xfa/fxfa/app/xfa_ffnotify.cpp +++ b/xfa/fxfa/app/xfa_ffnotify.cpp @@ -327,7 +327,7 @@ void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) { } switch (iType) { case XFA_ELEMENT_BindItems: - pDocView->m_bindItems.Add(pNode); + pDocView->m_BindItems.Add(pNode); break; case XFA_ELEMENT_Validate: { pNode->SetFlag(XFA_NODEFLAG_NeedsInitApp, false); |