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

Make InlineStackData non-static.

This commit is contained in:
Bartosz Taudul
2024-05-04 14:42:40 +02:00
parent 377e41fe61
commit fee5982abd
2 changed files with 9 additions and 8 deletions
+2
View File
@@ -1092,6 +1092,8 @@ private:
uint32_t m_nextSourceCodeQuery = 0;
unordered_flat_map<uint64_t, PowerData> m_powerData;
Vector<InlineStackData> m_inlineStack;
};
}