1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix typo.

This commit is contained in:
Bartosz Taudul
2018-06-20 23:42:00 +02:00
parent 909166daf7
commit 973eab2b4a
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -310,7 +310,7 @@ private:
uint32_t m_pendingStrings;
uint32_t m_pendingThreads;
uint32_t m_pendingSourceLocation;
uint32_t m_pendingCallbackFrames;
uint32_t m_pendingCallstackFrames;
uint64_t m_lastMemActionCallstack;
bool m_lastMemActionWasAlloc;