diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmlelement.h')
-rw-r--r-- | core/fxcrt/xml/cfx_xmlelement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcrt/xml/cfx_xmlelement.h b/core/fxcrt/xml/cfx_xmlelement.h index 59e3af6a44..e665e24a98 100644 --- a/core/fxcrt/xml/cfx_xmlelement.h +++ b/core/fxcrt/xml/cfx_xmlelement.h @@ -21,6 +21,7 @@ class CFX_XMLElement : public CFX_XMLAttributeNode { // CFX_XMLNode FX_XMLNODETYPE GetType() const override; std::unique_ptr<CFX_XMLNode> Clone() override; + void Save(const RetainPtr<CFX_SeekableStreamProxy>& pXMLStream) override; WideString GetLocalTagName() const; WideString GetNamespacePrefix() const; |