mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed minlib
This commit is contained in:
parent
b52db47d55
commit
df4e61ea67
2 changed files with 2 additions and 2 deletions
|
@ -99,4 +99,6 @@ namespace System
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
public delegate int Comparison<T>(T lhs, T rhs);
|
||||
}
|
||||
|
|
|
@ -528,8 +528,6 @@ namespace System
|
|||
mMethodId = 0;
|
||||
}
|
||||
}
|
||||
|
||||
delegate int32 Comparison<T>(T a, T b);
|
||||
}
|
||||
|
||||
static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue