diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 23:09:25 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 23:09:25 +0100 |
| commit | 1e191607c478f2d6d78ae2b80855d05f877bd8bb (patch) | |
| tree | e28ff4ef5ccb3f82f16f029170952a550d43b507 /src/array.h | |
| parent | a8b2c1dc224c21f9ba37c0ec2f5a32e0890ff532 (diff) | |
NULL > nullptr
Diffstat (limited to 'src/array.h')
| -rw-r--r-- | src/array.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/array.h b/src/array.h index 9e82e62..b25e7fa 100644 --- a/src/array.h +++ b/src/array.h @@ -1,5 +1,4 @@ -#ifndef INCLUDE_ts_array -#define INCLUDE_ts_array +#pragma once #include "mutex.h" #include <cassert> @@ -25,5 +24,3 @@ void* ts_array_at(ts_array *ts_array, uint32_t at); void ts_array_destroy(ts_array *ts_array); void ts_array_reserve(ts_array *ts_array, uint32_t reserve_count); ts_array ts_array_copy(ts_array *ts_array); - -#endif
\ No newline at end of file |
