From 0fbd2284ed982f326c57ce235873950ab378cae7 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 7 Apr 2026 18:42:42 +1000 Subject: Fix QueueContext build error --- src/queue_context.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/queue_context.hh') diff --git a/src/queue_context.hh b/src/queue_context.hh index 02d6367..88eb906 100644 --- a/src/queue_context.hh +++ b/src/queue_context.hh @@ -39,10 +39,9 @@ class QueueContext final : public Context { public: operator const VkCommandPool&() const { return this->command_pool; } }; - const std::unique_ptr command_pool; + std::unique_ptr command_pool; std::unique_ptr timestamp_pool; - std::unique_ptr strategy; public: -- cgit v1.2.3