Avoid compiler error with RenderingContextDriverVulkanWindows.
This commit is contained in:
parent
e5b4ef8e95
commit
761ee753bf
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public:
|
|||
};
|
||||
|
||||
RenderingContextDriverVulkanWindows();
|
||||
~RenderingContextDriverVulkanWindows() override final;
|
||||
~RenderingContextDriverVulkanWindows() override;
|
||||
};
|
||||
|
||||
#endif // VULKAN_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue