Skip to content

Commit

Permalink
Merge pull request #90326 from fire/vsk-scons-final-4.3
Browse files Browse the repository at this point in the history
Avoid compiler error with RenderingContextDriverVulkanWindows
  • Loading branch information
akien-mga committed Apr 23, 2024
2 parents ad4dff2 + 761ee75 commit fc912de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows/rendering_context_driver_vulkan_windows.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RenderingContextDriverVulkanWindows : public RenderingContextDriverVulkan
};

RenderingContextDriverVulkanWindows();
~RenderingContextDriverVulkanWindows() override final;
~RenderingContextDriverVulkanWindows() override;
};

#endif // VULKAN_ENABLED
Expand Down

0 comments on commit fc912de

Please sign in to comment.