mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Fixed const correctness of pPointer_Set
Pointer might need to be modified
This commit is contained in:
@@ -147,7 +147,7 @@ static void ios_Pointer_Free(rdpContext *context, rdpPointer *pointer)
|
||||
return;
|
||||
}
|
||||
|
||||
static BOOL ios_Pointer_Set(rdpContext *context, const rdpPointer *pointer)
|
||||
static BOOL ios_Pointer_Set(rdpContext *context, rdpPointer *pointer)
|
||||
{
|
||||
if (!context)
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user