mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
compile error fix
This commit is contained in:
parent
cf33524d67
commit
fb6b4c6c06
@ -16,7 +16,7 @@ class LockableCtx
|
|||||||
public:
|
public:
|
||||||
tracy_force_inline LockableCtx( const SourceLocationData* srcloc ) :
|
tracy_force_inline LockableCtx( const SourceLocationData* srcloc ) :
|
||||||
#ifdef TRACY_ON_DEMAND
|
#ifdef TRACY_ON_DEMAND
|
||||||
, m_lockCount( 0 )
|
m_lockCount( 0 )
|
||||||
, m_active( false )
|
, m_active( false )
|
||||||
#else
|
#else
|
||||||
m_active(TracyIsStarted)
|
m_active(TracyIsStarted)
|
||||||
@ -260,7 +260,7 @@ public:
|
|||||||
tracy_force_inline SharedLockableCtx( const SourceLocationData* srcloc )
|
tracy_force_inline SharedLockableCtx( const SourceLocationData* srcloc )
|
||||||
:
|
:
|
||||||
#ifdef TRACY_ON_DEMAND
|
#ifdef TRACY_ON_DEMAND
|
||||||
, m_lockCount( 0 )
|
m_lockCount( 0 )
|
||||||
, m_active( false )
|
, m_active( false )
|
||||||
#else
|
#else
|
||||||
m_active(TracyIsStarted)
|
m_active(TracyIsStarted)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user