Fix compilation
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ProfilerInternal
|
|||||||
#else
|
#else
|
||||||
ScopeLock lock(ManagedSourceLocationsLocker);
|
ScopeLock lock(ManagedSourceLocationsLocker);
|
||||||
tracy::SourceLocationData* srcLoc = nullptr;
|
tracy::SourceLocationData* srcLoc = nullptr;
|
||||||
for (auto& e = ManagedSourceLocations.Begin(); e.IsNotEnd(); ++e)
|
for (auto e = ManagedSourceLocations.Begin(); e.IsNotEnd(); ++e)
|
||||||
{
|
{
|
||||||
if (name == e->Name)
|
if (name == e->Name)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user