mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed const correctness of pPointer_Set
Pointer might need to be modified
This commit is contained in:
@@ -236,7 +236,7 @@ static void android_Pointer_Free(rdpContext* context, rdpPointer* pointer)
|
||||
WINPR_ASSERT(context);
|
||||
}
|
||||
|
||||
static BOOL android_Pointer_Set(rdpContext* context, const rdpPointer* pointer)
|
||||
static BOOL android_Pointer_Set(rdpContext* context, rdpPointer* pointer)
|
||||
{
|
||||
WINPR_ASSERT(context);
|
||||
WINPR_ASSERT(pointer);
|
||||
|
||||
Reference in New Issue
Block a user