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; };