change MemoryOutputStream::CreateCopyData param type.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user