diff options
Diffstat (limited to 'fxjs/xfa/cjx_boolean.h')
-rw-r--r-- | fxjs/xfa/cjx_boolean.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_boolean.h b/fxjs/xfa/cjx_boolean.h index c90291aa8a..4242c55e26 100644 --- a/fxjs/xfa/cjx_boolean.h +++ b/fxjs/xfa/cjx_boolean.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_BOOLEAN_H_ #define FXJS_XFA_CJX_BOOLEAN_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_content.h" class CXFA_Boolean; @@ -16,10 +17,10 @@ class CJX_Boolean : public CJX_Content { explicit CJX_Boolean(CXFA_Boolean* node); ~CJX_Boolean() override; - JS_PROP(use); - JS_PROP(defaultValue); /* {default} */ - JS_PROP(usehref); - JS_PROP(value); + JSE_PROP(use); + JSE_PROP(defaultValue); /* {default} */ + JSE_PROP(usehref); + JSE_PROP(value); }; #endif // FXJS_XFA_CJX_BOOLEAN_H_ |