mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Be conformant with standard.
This commit is contained in:
parent
55e8e8f6af
commit
4c1027c16e
@ -3,6 +3,6 @@
|
|||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
std::atomic<size_t> memUsage = 0;
|
std::atomic<size_t> memUsage( 0 );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user