Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Memory/blockallocation.h')
-rw-r--r--Source/Memory/blockallocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Memory/blockallocation.h b/Source/Memory/blockallocation.h
index c1b0bc10..4d61ce29 100644
--- a/Source/Memory/blockallocation.h
+++ b/Source/Memory/blockallocation.h
@@ -27,7 +27,7 @@
#include <cstring>
class BlockAllocation {
-public:
+ public:
BlockAllocation(size_t _block_index, size_t _block_count, void* ptr);
BlockAllocation();