mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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…
Reference in New Issue
Block a user