diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmltext.h')
-rw-r--r-- | core/fxcrt/xml/cfx_xmltext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcrt/xml/cfx_xmltext.h b/core/fxcrt/xml/cfx_xmltext.h index e9f35855f5..b26eef14ac 100644 --- a/core/fxcrt/xml/cfx_xmltext.h +++ b/core/fxcrt/xml/cfx_xmltext.h @@ -20,6 +20,7 @@ class CFX_XMLText : public CFX_XMLNode { // CFX_XMLNode FX_XMLNODETYPE GetType() const override; std::unique_ptr<CFX_XMLNode> Clone() override; + void Save(const RetainPtr<CFX_SeekableStreamProxy>& pXMLStream) override; WideString GetText() const { return m_wsText; } void SetText(const WideString& wsText) { m_wsText = wsText; } |