mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Mark tracy::Lockable<>::Mark() as const.
This commit is contained in:
parent
cbf5ddece1
commit
ef525067c5
@ -92,7 +92,7 @@ public:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
tracy_force_inline void Mark( const SourceLocation* srcloc )
|
tracy_force_inline void Mark( const SourceLocation* srcloc ) const
|
||||||
{
|
{
|
||||||
Magic magic;
|
Magic magic;
|
||||||
auto& token = s_token;
|
auto& token = s_token;
|
||||||
|
Loading…
Reference in New Issue
Block a user