diff options
Diffstat (limited to 'fxjs/cjx_object.h')
-rw-r--r-- | fxjs/cjx_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjx_object.h b/fxjs/cjx_object.h index e21b38ec86..d05956c1ec 100644 --- a/fxjs/cjx_object.h +++ b/fxjs/cjx_object.h @@ -26,7 +26,7 @@ class CJX_Object { void Script_ObjectClass_ClassName(CFXJSE_Value* pValue, bool bSetting, - XFA_ATTRIBUTE eAttribute); + XFA_Attribute eAttribute); void ThrowInvalidPropertyException() const; void ThrowArgumentMismatchException() const; |