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