This commit is contained in:
Matthew Parkinson 2019-07-15 20:08:16 +01:00
Родитель 1b0923e141
Коммит a2a47d9a50
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -147,7 +147,7 @@ namespace snmalloc
* This function must be allowed to call back into this class to destroy
* the state.
*/
friend void _malloc_thread_cleanup(void);
friend void _malloc_thread_cleanup();
};
/**