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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-06-25 23:23:14 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-06-25 23:23:14 +0400
commitc8264f5263f5b59a54b34b45d7861d84f48f4056 (patch)
treee2f441240aeab8fa618ad50a3fa03b886041c286 /mcs/errors/cs0176.cs
parentcf615313b4a5a59f0f74ede6c7bd4036094e2ee0 (diff)
Apply patches from Andrew
svn path=/trunk/mcs/; revision=5452
Diffstat (limited to 'mcs/errors/cs0176.cs')
-rwxr-xr-xmcs/errors/cs0176.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0176.cs b/mcs/errors/cs0176.cs
index 160d301788e..889971fc117 100755
--- a/mcs/errors/cs0176.cs
+++ b/mcs/errors/cs0176.cs
@@ -1,7 +1,7 @@
// cs0176.cs: cannot be accessed with an instance reference, use typename instead
// Line: 12
class X {
- static void void_method ()
+ public static void void_method ()
{
}
}