Fix missed override declarations

This commit is contained in:
2019-08-13 14:39:45 -07:00
parent d4cd2b4dce
commit 1822b555fa
2 changed files with 2 additions and 2 deletions

View File

@@ -510,7 +510,7 @@ public:
visualIdOut = screen->root_visual->visualid;
}
void destroy() {
void destroy() override {
VulkanContext::Window& m_windowCtx = *m_ctx->m_windows[m_parentWindow];
m_windowCtx.m_swapChains[0].destroy(m_ctx->m_dev);
m_windowCtx.m_swapChains[1].destroy(m_ctx->m_dev);