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
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/TracyQueue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/TracyQueue.hpp b/common/TracyQueue.hpp
index c656bd39..f4d0c464 100644
--- a/common/TracyQueue.hpp
+++ b/common/TracyQueue.hpp
@@ -152,7 +152,7 @@ struct QueueZoneValidation
uint32_t id;
};
-struct QueueZoneValidationThread
+struct QueueZoneValidationThread : public QueueZoneValidation
{
uint32_t thread;
};