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

No need to return MemEvent ptr from DrawAddress().

This commit is contained in:
Bartosz Taudul
2018-07-17 23:13:56 +02:00
parent 18a460e782
commit cf3bf4378b
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ private:
void DrawMemoryAllocWindow();
template<class T>
void ListMemData( T ptr, T end, std::function<const MemEvent*(T&)> DrawAddress, const char* id = nullptr );
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr );
void DrawInfoWindow();
void DrawZoneInfoWindow();