change MemoryOutputStream::CreateCopyData param type.

This commit is contained in:
2020-08-07 21:57:59 +08:00
parent c826b3d8e5
commit 4c22ba5a60

View File

@@ -44,7 +44,7 @@ namespace hgl
* @param len 存放数据长度的指针
* @return 创建好的内存拷贝
*/
void *CreateCopyData(uint *len)const
void *CreateCopyData(int *len)const
{
if(buf_size<=0)
return(nullptr);