ditto; should have been in -1

This commit is contained in:
Bob
2010-04-04 14:25:28 +12:00
committed by Chris Forbes
parent 20bf86f851
commit 8234b7ce23

View File

@@ -28,7 +28,7 @@ namespace OpenRA
{
public class SyncAttribute : Attribute { }
static class Sync
public static class Sync
{
static Cache<Type, Func<object, int>> hashFuncCache = new Cache<Type, Func<object, int>>( t => GenerateHashFunc( t ) );