mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +00:00
Fix typo.
This commit is contained in:
parent
e01d378f52
commit
9cde85646a
@ -28,7 +28,7 @@ struct SourceLocation
|
||||
};
|
||||
|
||||
extern moodycamel::ConcurrentQueue<QueueItem> s_queue;
|
||||
extern thread_local moodycamel::ProducerToken s_token;;
|
||||
extern thread_local moodycamel::ProducerToken s_token;
|
||||
extern std::atomic<uint64_t> s_id;
|
||||
|
||||
using Magic = moodycamel::ConcurrentQueueDefaultTraits::index_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user