From 0f15c60192016d8ea8f07cae647dffbcb8518ac9 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 1 Oct 2019 22:26:07 +0200 Subject: [PATCH] [d3d11] Use private reference to D3D11 device in D3D11SwapChain Fixes a wine test failure. --- src/d3d11/d3d11_swapchain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d11/d3d11_swapchain.h b/src/d3d11/d3d11_swapchain.h index 330827913..ffa3d1fbf 100644 --- a/src/d3d11/d3d11_swapchain.h +++ b/src/d3d11/d3d11_swapchain.h @@ -76,7 +76,7 @@ namespace dxvk { Gamma = 1, }; - Com m_dxgiDevice; + Com m_dxgiDevice; D3D11Device* m_parent; HWND m_window;