diff --git a/src/core/internalMemMgr.cpp b/src/core/internalMemMgr.cpp index 219cbfd9..dc5e33af 100644 --- a/src/core/internalMemMgr.cpp +++ b/src/core/internalMemMgr.cpp @@ -585,7 +585,7 @@ uint32 InternalMemMgr::GetReferencesCount() // Map the GPU memory allocation for cpu access Result InternalMemMgr::Map( GpuMemory* pGpuMemory, - void** ppData) + void** ppData) { PAL_ASSERT(pGpuMemory != nullptr); Result result = Result::ErrorInvalidValue;