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

Fix non-unique child ids in memory window.

This commit is contained in:
Bartosz Taudul
2018-06-22 00:10:00 +02:00
parent d716195afa
commit 3404d191f0
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ private:
void DrawCallstackWindow();
template<class T>
void ListMemData( T ptr, T end, std::function<const MemEvent*(T&)> DrawAddress );
void ListMemData( T ptr, T end, std::function<const MemEvent*(T&)> DrawAddress, const char* id = nullptr );
void DrawInfoWindow();
void DrawZoneInfoWindow();