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