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

Store values, not pointers to PlotItems.

This commit is contained in:
Bartosz Taudul
2017-10-19 18:28:11 +02:00
parent 8958780b18
commit 6e5ccf8391
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ private:
bool m_terminate;
std::vector<PlotItem*> m_tmpVec;
std::vector<double> m_tmpVec;
};
}