summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_node.h')
-rw-r--r--fxjs/xfa/cjx_node.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/xfa/cjx_node.h b/fxjs/xfa/cjx_node.h
index 8d266424ab..af6800b5e5 100644
--- a/fxjs/xfa/cjx_node.h
+++ b/fxjs/xfa/cjx_node.h
@@ -38,8 +38,7 @@ class CJX_Node : public CJX_Tree {
JSE_PROP(ns);
JSE_PROP(oneOfChild);
- CXFA_Node* GetXFANode();
- const CXFA_Node* GetXFANode() const;
+ CXFA_Node* GetXFANode() const;
protected:
int32_t execSingleEventByName(const WideStringView& wsEventName,