diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmltext.cpp')
-rw-r--r-- | core/fxcrt/xml/cfx_xmltext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/xml/cfx_xmltext.cpp b/core/fxcrt/xml/cfx_xmltext.cpp index 74d0a501eb..9bed941dd4 100644 --- a/core/fxcrt/xml/cfx_xmltext.cpp +++ b/core/fxcrt/xml/cfx_xmltext.cpp @@ -11,7 +11,7 @@ CFX_XMLText::CFX_XMLText(const WideString& wsText) : CFX_XMLNode(), m_wsText(wsText) {} -CFX_XMLText::~CFX_XMLText() {} +CFX_XMLText::~CFX_XMLText() = default; FX_XMLNODETYPE CFX_XMLText::GetType() const { return FX_XMLNODE_Text; |