diff options
Diffstat (limited to 'fxjs/xfa/cjx_line.h')
-rw-r--r-- | fxjs/xfa/cjx_line.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_line.h b/fxjs/xfa/cjx_line.h index 7041c1259c..48e8a4e275 100644 --- a/fxjs/xfa/cjx_line.h +++ b/fxjs/xfa/cjx_line.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_LINE_H_ #define FXJS_XFA_CJX_LINE_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Line; @@ -16,10 +17,10 @@ class CJX_Line : public CJX_Node { explicit CJX_Line(CXFA_Line* node); ~CJX_Line() override; - JS_PROP(hand); - JS_PROP(slope); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(hand); + JSE_PROP(slope); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_LINE_H_ |