Fix compilation

This commit is contained in:
Wojtek Figat
2021-08-13 15:57:10 +02:00
parent 487e04e811
commit 775e8df752

View File

@@ -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)
{ {