Avoid compiler error with RenderingContextDriverVulkanWindows.

This commit is contained in:
K. S. Ernest (iFire) Lee 2024-04-06 15:52:12 -07:00
parent e5b4ef8e95
commit 761ee753bf
1 changed files with 1 additions and 1 deletions

View File

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