Fix visibility that mono 2.8 happily ignores.

This commit is contained in:
Paul Chote
2010-11-27 22:38:56 +13:00
parent 51c3455ffe
commit e81a1f78a4

View File

@@ -15,7 +15,7 @@ using OpenRA.FileFormats;
namespace OpenRA.Support namespace OpenRA.Support
{ {
static class PerfHistory public static class PerfHistory
{ {
static readonly Color[] colors = { Color.Red, Color.Green, static readonly Color[] colors = { Color.Red, Color.Green,
Color.Blue, Color.Yellow, Color.Blue, Color.Yellow,
@@ -45,7 +45,7 @@ namespace OpenRA.Support
} }
} }
class PerfItem public class PerfItem
{ {
public readonly Color c; public readonly Color c;
public readonly string Name; public readonly string Name;