Merge pull request #90326 from fire/vsk-scons-final-4.3

Avoid compiler error with RenderingContextDriverVulkanWindows
This commit is contained in:
Rémi Verschelde 2024-04-23 19:11:10 +02:00
commit fc912defb1
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -52,7 +52,7 @@ public:
};
RenderingContextDriverVulkanWindows();
~RenderingContextDriverVulkanWindows() override final;
~RenderingContextDriverVulkanWindows() override;
};
#endif // VULKAN_ENABLED