summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_integer.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_integer.h')
-rw-r--r--fxjs/xfa/cjx_integer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/fxjs/xfa/cjx_integer.h b/fxjs/xfa/cjx_integer.h
index 90daabfc6f..426235b0ac 100644
--- a/fxjs/xfa/cjx_integer.h
+++ b/fxjs/xfa/cjx_integer.h
@@ -7,6 +7,7 @@
#ifndef FXJS_XFA_CJX_INTEGER_H_
#define FXJS_XFA_CJX_INTEGER_H_
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_content.h"
class CXFA_Integer;
@@ -16,10 +17,10 @@ class CJX_Integer : public CJX_Content {
explicit CJX_Integer(CXFA_Integer* node);
~CJX_Integer() 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_INTEGER_H_