diff options
Diffstat (limited to 'fxjs/xfa/cjx_operation.h')
-rw-r--r-- | fxjs/xfa/cjx_operation.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_operation.h b/fxjs/xfa/cjx_operation.h index b32ea62594..36411f612f 100644 --- a/fxjs/xfa/cjx_operation.h +++ b/fxjs/xfa/cjx_operation.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_OPERATION_H_ #define FXJS_XFA_CJX_OPERATION_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_textnode.h" class CXFA_Operation; @@ -16,10 +17,10 @@ class CJX_Operation : public CJX_TextNode { explicit CJX_Operation(CXFA_Operation* node); ~CJX_Operation() override; - JS_PROP(input); - JS_PROP(output); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(input); + JSE_PROP(output); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_OPERATION_H_ |