From eacdb92963564b88ee56a455ddf3475cccf90584 Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 27 Jan 2020 22:35:03 -0800 Subject: Fixed MacOS build issues --- Graphics/GraphicsEngine/include/QueryBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/include/QueryBase.hpp b/Graphics/GraphicsEngine/include/QueryBase.hpp index cf6061f3..cd58380b 100644 --- a/Graphics/GraphicsEngine/include/QueryBase.hpp +++ b/Graphics/GraphicsEngine/include/QueryBase.hpp @@ -112,7 +112,7 @@ public: m_State = QueryState::Inactive; } - bool OnBeginQuery(IDeviceContext* pContext) + bool OnBeginQuery(struct IDeviceContext* pContext) { if (this->m_Desc.Type == QUERY_TYPE_TIMESTAMP) { -- cgit v1.2.3