summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_xsdconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_xsdconnection.h')
-rw-r--r--fxjs/xfa/cjx_xsdconnection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_xsdconnection.h b/fxjs/xfa/cjx_xsdconnection.h
index 66c79a14fa..ec5059a8e7 100644
--- a/fxjs/xfa/cjx_xsdconnection.h
+++ b/fxjs/xfa/cjx_xsdconnection.h
@@ -7,6 +7,7 @@
#ifndef FXJS_XFA_CJX_XSDCONNECTION_H_
#define FXJS_XFA_CJX_XSDCONNECTION_H_
+#include "fxjs/jse_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_XsdConnection;
@@ -16,7 +17,7 @@ class CJX_XsdConnection : public CJX_Node {
explicit CJX_XsdConnection(CXFA_XsdConnection* node);
~CJX_XsdConnection() override;
- JS_PROP(dataDescription);
+ JSE_PROP(dataDescription);
};
#endif // FXJS_XFA_CJX_XSDCONNECTION_H_