aboutsummaryrefslogtreecommitdiff
path: root/include/std/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/std/defs.h')
-rw-r--r--include/std/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/std/defs.h b/include/std/defs.h
index ee049d4..8a63a69 100644
--- a/include/std/defs.h
+++ b/include/std/defs.h
@@ -4,7 +4,7 @@
typedef struct amal_thread amal_thread;
typedef struct amal_mutex amal_mutex;
-typedef struct ScopedAllocatorNode ScopedAllocatorNode;
-typedef struct ScopedAllocator ScopedAllocator;
+typedef struct ArenaAllocatorNode ArenaAllocatorNode;
+typedef struct ArenaAllocator ArenaAllocator;
#endif