From 3d7434f42eb95b98e6dd3b38dd94777bad101193 Mon Sep 17 00:00:00 2001 From: Andrew Riedi Date: Thu, 30 Sep 2010 16:25:02 -0700 Subject: [PATCH] Fixed under VS 2010. --- AUTHORS | 3 ++- OpenRA.Game/GameRules/VoiceInfo.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index d313d79556..710199cc90 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,4 +6,5 @@ The OpenRA developers are: * Matthew Bowra-Dean * Paul Chote * Alli Witheford - * Joakim Lindberg \ No newline at end of file + * Joakim Lindberg + * Andrew Riedi diff --git a/OpenRA.Game/GameRules/VoiceInfo.cs b/OpenRA.Game/GameRules/VoiceInfo.cs index 6adad3d21a..a8ae1fe158 100644 --- a/OpenRA.Game/GameRules/VoiceInfo.cs +++ b/OpenRA.Game/GameRules/VoiceInfo.cs @@ -31,7 +31,7 @@ namespace OpenRA.GameRules : new Dictionary(); } - public readonly Lazy> Pools; + public readonly OpenRA.FileFormats.Lazy> Pools; public VoiceInfo( MiniYaml y ) {