summaryrefslogtreecommitdiff
path: root/xfa/fde/xml/cfde_xmlchardata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fde/xml/cfde_xmlchardata.cpp')
-rw-r--r--xfa/fde/xml/cfde_xmlchardata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/xml/cfde_xmlchardata.cpp b/xfa/fde/xml/cfde_xmlchardata.cpp
index 40e4730dea..2339307938 100644
--- a/xfa/fde/xml/cfde_xmlchardata.cpp
+++ b/xfa/fde/xml/cfde_xmlchardata.cpp
@@ -7,7 +7,7 @@
#include "xfa/fde/xml/cfde_xmlchardata.h"
CFDE_XMLCharData::CFDE_XMLCharData(const CFX_WideString& wsCData)
- : CFDE_XMLDeclaration(), m_wsCharData(wsCData) {}
+ : CFDE_XMLNode(), m_wsCharData(wsCData) {}
CFDE_XMLCharData::~CFDE_XMLCharData() {}