diff options
Diffstat (limited to 'fxjs/xfa/cjx_xmlconnection.h')
-rw-r--r-- | fxjs/xfa/cjx_xmlconnection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_xmlconnection.h b/fxjs/xfa/cjx_xmlconnection.h index 03c5c37320..cb63e752b8 100644 --- a/fxjs/xfa/cjx_xmlconnection.h +++ b/fxjs/xfa/cjx_xmlconnection.h @@ -7,6 +7,7 @@ #ifndef FXJS_XFA_CJX_XMLCONNECTION_H_ #define FXJS_XFA_CJX_XMLCONNECTION_H_ +#include "fxjs/jse_define.h" #include "fxjs/xfa/cjx_node.h" class CXFA_XmlConnection; @@ -16,7 +17,7 @@ class CJX_XmlConnection : public CJX_Node { explicit CJX_XmlConnection(CXFA_XmlConnection* node); ~CJX_XmlConnection() override; - JS_PROP(dataDescription); + JSE_PROP(dataDescription); }; #endif // FXJS_XFA_CJX_XMLCONNECTION_H_ |