Merge pull request #2216 from akoeplinger/fix-array-sort
[mono.git] / mcs / class / corlib / System / ConsoleDriver.cs
index fe31d18619a78668e1e39c79e00e53858553efbc..cf1faa8da1028708951c04e175ad55a97b9343e2 100644 (file)
@@ -32,7 +32,7 @@ using System.IO;
 using System.Runtime.CompilerServices;
 
 namespace System {
-       class ConsoleDriver {
+       static class ConsoleDriver {
                internal static IConsoleDriver driver;
                static bool is_console;
                static bool called_isatty;