1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00

Fixed minlib

This commit is contained in:
Brian Fiete 2020-05-08 07:27:44 -07:00
parent b52db47d55
commit df4e61ea67
2 changed files with 2 additions and 2 deletions

View file

@ -99,4 +99,6 @@ namespace System
{ {
} }
public delegate int Comparison<T>(T lhs, T rhs);
} }

View file

@ -528,8 +528,6 @@ namespace System
mMethodId = 0; mMethodId = 0;
} }
} }
delegate int32 Comparison<T>(T a, T b);
} }
static static