mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 13:13:53 +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…
x
Reference in New Issue
Block a user