summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_setproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_setproperty.h')
-rw-r--r--fxjs/xfa/cjx_setproperty.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_setproperty.h b/fxjs/xfa/cjx_setproperty.h
index 9929fefeb7..1d8441feba 100644
--- a/fxjs/xfa/cjx_setproperty.h
+++ b/fxjs/xfa/cjx_setproperty.h
@@ -7,6 +7,7 @@
#ifndef FXJS_XFA_CJX_SETPROPERTY_H_
#define FXJS_XFA_CJX_SETPROPERTY_H_
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_SetProperty;
@@ -16,8 +17,8 @@ class CJX_SetProperty : public CJX_Node {
explicit CJX_SetProperty(CXFA_SetProperty* node);
~CJX_SetProperty() override;
- JS_PROP(connection);
- JS_PROP(target);
+ JSE_PROP(connection);
+ JSE_PROP(target);
};
#endif // FXJS_XFA_CJX_SETPROPERTY_H_