Skip to content

Commit

Permalink
ZunMemory::Alloc - u32->size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
KSSBrawl committed Jan 8, 2025
1 parent 4c3837c commit 91de872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZunMemory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace th06
{
namespace ZunMemory
{
inline void *Alloc(u32 size)
inline void *Alloc(size_t size)
{
return malloc(size);
}
Expand Down

0 comments on commit 91de872

Please sign in to comment.