Browse Source

Avoid compiler error with RenderingContextDriverVulkanWindows.

K. S. Ernest (iFire) Lee 1 year ago
parent
commit
761ee753bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/windows/rendering_context_driver_vulkan_windows.h

+ 1 - 1
platform/windows/rendering_context_driver_vulkan_windows.h

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