diff options
Diffstat (limited to 'fxjs/cjx_object.cpp')
-rw-r--r-- | fxjs/cjx_object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjx_object.cpp b/fxjs/cjx_object.cpp index 5a334cf3cd..80a54fc8a0 100644 --- a/fxjs/cjx_object.cpp +++ b/fxjs/cjx_object.cpp @@ -20,7 +20,7 @@ CXFA_Document* CJX_Object::GetDocument() const { void CJX_Object::Script_ObjectClass_ClassName(CFXJSE_Value* pValue, bool bSetting, - XFA_ATTRIBUTE eAttribute) { + XFA_Attribute eAttribute) { if (bSetting) { ThrowInvalidPropertyException(); return; |