Fixed under VS 2010.

This commit is contained in:
Andrew Riedi
2010-09-30 16:25:02 -07:00
committed by Chris Forbes
parent ef96604f9e
commit 3d7434f42e
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace OpenRA.GameRules
: new Dictionary<string, string[]>();
}
public readonly Lazy<Dictionary<string, VoicePool>> Pools;
public readonly OpenRA.FileFormats.Lazy<Dictionary<string, VoicePool>> Pools;
public VoiceInfo( MiniYaml y )
{