diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmlnode.h')
-rw-r--r-- | core/fxcrt/xml/cfx_xmlnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxcrt/xml/cfx_xmlnode.h b/core/fxcrt/xml/cfx_xmlnode.h index cf2158af5b..76625e3ca2 100644 --- a/core/fxcrt/xml/cfx_xmlnode.h +++ b/core/fxcrt/xml/cfx_xmlnode.h @@ -45,8 +45,8 @@ class CFX_XMLNode { void DeleteChildren(); protected: - WideString AttributeToString(WideString name, WideString value); - WideString EncodeEntities(WideString value); + WideString AttributeToString(const WideString& name, const WideString& value); + WideString EncodeEntities(const WideString& value); private: CFX_XMLNode* parent_ = nullptr; |