Explorar o código

Avoid compiler error with RenderingContextDriverVulkanWindows.

K. S. Ernest (iFire) Lee hai 1 ano
pai
achega
761ee753bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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