Commit 1288cca4 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

remove bug

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58869 954022d7-b5bf-4e40-9824-e11837661b57
parent a87f59b8
......@@ -167,7 +167,7 @@ public:
memmove((void*)(m_aT + nIndex), (void*)(m_aT + nIndex + nCount), (m_nSize - (nIndex + nCount)) * sizeof(T));
#endif
}
m_nSize--;
m_nSize -= nCount;
return TRUE;
}
......
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