File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public override IntPtr MarshalManagedToNative(Object managedObj)
75
75
return FromManaged ( filePath ) ;
76
76
}
77
77
78
- public override object MarshalNativeToManaged ( IntPtr pNativeData )
78
+ public override Object MarshalNativeToManaged ( IntPtr pNativeData )
79
79
{
80
80
throw new InvalidOperationException (
81
81
string . Format ( "{0} cannot be used to retrieve data from libgit2." , GetType ( ) . Name ) ) ;
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public static ICustomMarshaler GetInstance(String cookie)
67
67
68
68
#region ICustomMarshaler
69
69
70
- public override object MarshalNativeToManaged ( IntPtr pNativeData )
70
+ public override Object MarshalNativeToManaged ( IntPtr pNativeData )
71
71
{
72
72
throw new InvalidOperationException (
73
73
string . Format ( "{0} cannot be used to retrieve data from libgit2." , GetType ( ) . Name ) ) ;
You can’t perform that action at this time.
0 commit comments