aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/memalloc.h
diff options
context:
space:
mode:
authorgeni <me@geni.site>2021-12-31 16:07:09 +0200
committergeni <me@geni.site>2021-12-31 16:07:09 +0200
commitd658c0c8374f8491e062fabe031f79185169c414 (patch)
tree99d129460365774ae011d83b3765e7d9388c44a7 /NorthstarDedicatedTest/memalloc.h
parente98e1a44aaa04f45b5cee415a882ab2d79942b7f (diff)
downloadNorthstarLauncher-d658c0c8374f8491e062fabe031f79185169c414.tar.gz
NorthstarLauncher-d658c0c8374f8491e062fabe031f79185169c414.zip
Clean up
Diffstat (limited to 'NorthstarDedicatedTest/memalloc.h')
-rw-r--r--NorthstarDedicatedTest/memalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/memalloc.h b/NorthstarDedicatedTest/memalloc.h
index 86d2ff58..b98fe3c8 100644
--- a/NorthstarDedicatedTest/memalloc.h
+++ b/NorthstarDedicatedTest/memalloc.h
@@ -35,7 +35,7 @@ public:
static void Free(void* ptr) { _free_base(ptr); }
};
-extern SourceAllocator* g_SourceAllocator;
+static SourceAllocator g_SourceAllocator;
typedef rapidjson::GenericDocument<rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator<SourceAllocator>, SourceAllocator> rapidjson_document;
//typedef rapidjson::GenericDocument<rapidjson::UTF8<>, SourceAllocator, SourceAllocator> rapidjson_document;