mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
These should be publicly accessible
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
static char const *uniqueString(char const *s);
|
||||
static void *memPoolAllocate(size_t size);
|
||||
|
||||
private:
|
||||
//private:
|
||||
static const size_t cms_memPoolMaxBytes = 8*1024*1024;
|
||||
static size_t ms_memPoolUsed;
|
||||
static char ms_memPool[cms_memPoolMaxBytes];
|
||||
|
||||
Reference in New Issue
Block a user