From 994d13e47b9a589ccc78b2a0ecec077ea274613d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 24 Oct 2019 07:43:42 -0700 Subject: Another attempt to fix gcc/clang build --- Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp index 95f86bcc..0bf676ba 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp @@ -586,7 +586,7 @@ bool ShaderResourceLayoutVk::VkResource::UpdateCachedResource(ShaderResourceCach return false; } - PreUpdateObject(DstRes.pObject.RawPtr(), pObject.RawPtr()); + PreUpdateObject(DstRes.pObject.template RawPtr(), pObject.template RawPtr()); DstRes.pObject.Attach(pObject.Detach()); return true; } -- cgit v1.2.3