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