Merge branch 'master' into jgrpp
Remove 'byte' typedef
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
|
||||
void Allocate(uint32_t size)
|
||||
{
|
||||
this->ptr.reset(MallocT<byte>(size));
|
||||
this->ptr.reset(MallocT<uint8_t>(size));
|
||||
this->size = size;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user