Avoid compiler error with RenderingContextDriverVulkanWindows.
This commit is contained in:
parent
e5b4ef8e95
commit
761ee753bf
|
@ -52,7 +52,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
RenderingContextDriverVulkanWindows();
|
RenderingContextDriverVulkanWindows();
|
||||||
~RenderingContextDriverVulkanWindows() override final;
|
~RenderingContextDriverVulkanWindows() override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // VULKAN_ENABLED
|
#endif // VULKAN_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue