diff options
Diffstat (limited to 'fxjs/xfa/cjx_checkbutton.h')
-rw-r--r-- | fxjs/xfa/cjx_checkbutton.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fxjs/xfa/cjx_checkbutton.h b/fxjs/xfa/cjx_checkbutton.h index 18cca68d23..3b78d710c4 100644 --- a/fxjs/xfa/cjx_checkbutton.h +++ b/fxjs/xfa/cjx_checkbutton.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_CHECKBUTTON_H_ #define FXJS_XFA_CJX_CHECKBUTTON_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_CheckButton; @@ -16,12 +17,12 @@ class CJX_CheckButton : public CJX_Node { explicit CJX_CheckButton(CXFA_CheckButton* node); ~CJX_CheckButton() override; - JS_PROP(allowNeutral); - JS_PROP(mark); - JS_PROP(shape); - JS_PROP(size); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(allowNeutral); + JSE_PROP(mark); + JSE_PROP(shape); + JSE_PROP(size); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_CHECKBUTTON_H_ |