summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_soapaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_soapaction.h')
-rw-r--r--fxjs/xfa/cjx_soapaction.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_soapaction.h b/fxjs/xfa/cjx_soapaction.h
index efc90e4f6b..3da3825d96 100644
--- a/fxjs/xfa/cjx_soapaction.h
+++ b/fxjs/xfa/cjx_soapaction.h
@@ -7,6 +7,7 @@
#ifndef FXJS_XFA_CJX_SOAPACTION_H_
#define FXJS_XFA_CJX_SOAPACTION_H_
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_textnode.h"
class CXFA_SoapAction;
@@ -16,8 +17,8 @@ class CJX_SoapAction : public CJX_TextNode {
explicit CJX_SoapAction(CXFA_SoapAction* node);
~CJX_SoapAction() override;
- JS_PROP(use);
- JS_PROP(usehref);
+ JSE_PROP(use);
+ JSE_PROP(usehref);
};
#endif // FXJS_XFA_CJX_SOAPACTION_H_