Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 367d9b1

Browse files
committed
Merge pull request dotnet/corert#4340 from dotnet/nmirror
Merge nmirror to master Signed-off-by: dotnet-bot <[email protected]>
1 parent bed0a5e commit 367d9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mscorlib/shared/System/Reflection/Pointer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ void ISerializable.GetObjectData(SerializationInfo info, StreamingContext contex
4646
}
4747

4848
internal Type GetPointerType() => _ptrType;
49-
internal object GetPointerValue() => (IntPtr)_ptr;
49+
internal IntPtr GetPointerValue() => (IntPtr)_ptr;
5050
}
5151
}

0 commit comments

Comments
 (0)