diff options
Diffstat (limited to 'fxjs/xfa/cjx_subformset.h')
-rw-r--r-- | fxjs/xfa/cjx_subformset.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fxjs/xfa/cjx_subformset.h b/fxjs/xfa/cjx_subformset.h index 589b44d460..f45515614c 100644 --- a/fxjs/xfa/cjx_subformset.h +++ b/fxjs/xfa/cjx_subformset.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_SUBFORMSET_H_ #define FXJS_XFA_CJX_SUBFORMSET_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_container.h" class CXFA_SubformSet; @@ -16,11 +17,11 @@ class CJX_SubformSet : public CJX_Container { explicit CJX_SubformSet(CXFA_SubformSet* node); ~CJX_SubformSet() override; - JS_PROP(instanceIndex); - JS_PROP(relation); - JS_PROP(relevant); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(instanceIndex); + JSE_PROP(relation); + JSE_PROP(relevant); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_SUBFORMSET_H_ |