summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/QueryBase.hpp2
1 files changed, 1 insertions, 1 deletions
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)
{