Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2013-02-25 16:31:08 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-25 17:11:03 +0400
commit0eb3bdce8381e19231da9d50dc182068eee248c3 (patch)
treebee62b5424ec27b56428411a04051f3eeeb63326
parentd4fb0b0e4e26a3d53caf3b174ccacb57c1a37665 (diff)
Add static to static like type
-rw-r--r--mcs/class/corlib/Mono/Runtime.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/Mono/Runtime.cs b/mcs/class/corlib/Mono/Runtime.cs
index 454a14b7484..ae9eb6e4eab 100644
--- a/mcs/class/corlib/Mono/Runtime.cs
+++ b/mcs/class/corlib/Mono/Runtime.cs
@@ -31,7 +31,7 @@ using System.Runtime.CompilerServices;
namespace Mono {
- internal class Runtime
+ static class Runtime
{
[MethodImplAttribute (MethodImplOptions.InternalCall)]