diff options
Diffstat (limited to 'fxjs/xfa/cjx_time.h')
-rw-r--r-- | fxjs/xfa/cjx_time.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_time.h b/fxjs/xfa/cjx_time.h index 95b05cc107..32e75cb068 100644 --- a/fxjs/xfa/cjx_time.h +++ b/fxjs/xfa/cjx_time.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_TIME_H_ #define FXJS_XFA_CJX_TIME_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_content.h" class CXFA_Time; @@ -16,10 +17,10 @@ class CJX_Time : public CJX_Content { explicit CJX_Time(CXFA_Time* node); ~CJX_Time() override; - JS_PROP(defaultValue); /* {default} */ - JS_PROP(use); - JS_PROP(usehref); - JS_PROP(value); + JSE_PROP(defaultValue); /* {default} */ + JSE_PROP(use); + JSE_PROP(usehref); + JSE_PROP(value); }; #endif // FXJS_XFA_CJX_TIME_H_ |