Skip to content

Commit

Permalink
Merge pull request #86392 from bitsawer/fix_clang_windows_vulkan_context
Browse files Browse the repository at this point in the history
Fix Clang `-Winconsistent-missing-override` warning
  • Loading branch information
akien-mga committed Jan 11, 2024
2 parents 087a397 + 5c51e5b commit a86a285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows/vulkan_context_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <windows.h>

class VulkanContextWindows : public VulkanContext {
virtual const char *_get_platform_surface_extension() const;
virtual const char *_get_platform_surface_extension() const override final;

public:
struct WindowPlatformData {
Expand Down

0 comments on commit a86a285

Please sign in to comment.