diff options
Diffstat (limited to 'src/core/std_allocator.h')
-rw-r--r-- | src/core/std_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/std_allocator.h b/src/core/std_allocator.h index 6170272..57d419e 100644 --- a/src/core/std_allocator.h +++ b/src/core/std_allocator.h @@ -6,6 +6,6 @@ #include "allocator.h" -SandAllocator sand_new_std_allocator(); +SandAllocator sand_get_std_allocator(void); #endif |