c++ -> C++
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
void* operator new (size_t size)
|
void* operator new (size_t size)
|
||||||
{
|
{
|
||||||
return MEM_mallocN(size, "c++/anonymous");
|
return MEM_mallocN(size, "C++/anonymous");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* not default but can be used when needing to set a string */
|
/* not default but can be used when needing to set a string */
|
||||||
|
Reference in New Issue
Block a user