Skip to content

Commit bba72d5

Browse files
fixed method signature
1 parent 3f4f768 commit bba72d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZEngine/ZEngine/Core/Memory/Allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace ZEngine::Core::Memory
1919
{
2020
~ArenaAllocator() {};
2121

22-
void Initialize(size_t size);
22+
void Initialize(uint64_t size);
2323
void Shutdown();
2424

2525
void* Allocate(size_t size, size_t alignment = DEFAULT_ALIGNMENT);

0 commit comments

Comments
 (0)