diff options
Diffstat (limited to 'fxjs/xfa/cjx_items.h')
-rw-r--r-- | fxjs/xfa/cjx_items.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/fxjs/xfa/cjx_items.h b/fxjs/xfa/cjx_items.h index 94f2b4374d..039757f15e 100644 --- a/fxjs/xfa/cjx_items.h +++ b/fxjs/xfa/cjx_items.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_ITEMS_H_ #define FXJS_XFA_CJX_ITEMS_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Items; @@ -16,11 +17,11 @@ class CJX_Items : public CJX_Node { explicit CJX_Items(CXFA_Items* node); ~CJX_Items() override; - JS_PROP(presence); - JS_PROP(ref); - JS_PROP(save); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(presence); + JSE_PROP(ref); + JSE_PROP(save); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_ITEMS_H_ |