From a585eac125da67cb010c046c5df4ae4faeb20b57 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 2 Jan 2020 22:36:44 -0800 Subject: Fixed few MacOS build issues --- Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineMetal') diff --git a/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h b/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h index c30883aa..9205bbf0 100644 --- a/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h +++ b/Graphics/GraphicsEngineMetal/include/QueryMtlImpl.h @@ -48,7 +48,7 @@ public: const QueryDesc& Desc); ~QueryMtlImpl(); - IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_FenceMtl, TFenceBase); + IMPLEMENT_QUERY_INTERFACE_IN_PLACE(IID_QueryMtl, TQueryBase); virtual bool GetData(void* pData, Uint32 DataSize) override final; -- cgit v1.2.3