diff options
Diffstat (limited to 'fxjs/cjx_nodelist.cpp')
-rw-r--r-- | fxjs/cjx_nodelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjx_nodelist.cpp b/fxjs/cjx_nodelist.cpp index 9a0c4a27e4..badd71c7d5 100644 --- a/fxjs/cjx_nodelist.cpp +++ b/fxjs/cjx_nodelist.cpp @@ -104,7 +104,7 @@ void CJX_NodeList::Script_TreelistClass_NamedItem( void CJX_NodeList::Script_ListClass_Length(CFXJSE_Value* pValue, bool bSetting, - XFA_ATTRIBUTE eAttribute) { + XFA_Attribute eAttribute) { if (bSetting) { ThrowInvalidPropertyException(); return; |