Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-07-27 00:25:03 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-07-27 00:25:03 +0300
commitbe3b458f281049a799ecd613d74ef46f8dab39a7 (patch)
tree6bb7fe02dd52aabb0231a230c52b812d6ab06614 /server/TracyView.hpp
parente5d5af84fdf15696c8744ce075d57b894dafc3c8 (diff)
Load second trace user data in compare menu.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 09370d22..f6457039 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -455,6 +455,7 @@ private:
bool ignoreCase = false;
bool link = true;
std::unique_ptr<Worker> second;
+ std::unique_ptr<UserData> userData;
std::thread loadThread;
int badVer = 0;
char pattern[1024] = {};