Commit 0f7cc1e9 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

add const

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@60560 954022d7-b5bf-4e40-9824-e11837661b57
parent 441768b1
......@@ -324,7 +324,7 @@ namespace XmlUtils
public:
AVSINLINE void WriteString(wchar_t* pString, size_t nLen)
AVSINLINE void WriteString(const wchar_t* pString, size_t nLen)
{
AddSize(nLen);
//memcpy(m_pDataCur, pString, nLen * sizeof(wchar_t));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment