diff options
Diffstat (limited to 'fxjs/xfa/cjx_edge.h')
-rw-r--r-- | fxjs/xfa/cjx_edge.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fxjs/xfa/cjx_edge.h b/fxjs/xfa/cjx_edge.h index ef4ddeb275..c830a8d29c 100644 --- a/fxjs/xfa/cjx_edge.h +++ b/fxjs/xfa/cjx_edge.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_EDGE_H_ #define FXJS_XFA_CJX_EDGE_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_Edge; @@ -16,12 +17,12 @@ class CJX_Edge : public CJX_Node { explicit CJX_Edge(CXFA_Edge* node); ~CJX_Edge() override; - JS_PROP(cap); - JS_PROP(presence); - JS_PROP(stroke); - JS_PROP(thickness); - JS_PROP(use); - JS_PROP(usehref); + JSE_PROP(cap); + JSE_PROP(presence); + JSE_PROP(stroke); + JSE_PROP(thickness); + JSE_PROP(use); + JSE_PROP(usehref); }; #endif // FXJS_XFA_CJX_EDGE_H_ |