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:
authorJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-12-11 21:33:01 +0300
committerJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-12-11 21:33:01 +0300
commit411a88af6bb86980b335a450ce4311e239b6bcbe (patch)
tree616e415449f1bfefafd073ed5e6f286ec89d9117 /mcs/errors/cs0079.cs
parentae076ef0873027a5f3f1fff22ea5c97f526cda23 (diff)
Little fix
svn path=/trunk/mcs/; revision=9572
Diffstat (limited to 'mcs/errors/cs0079.cs')
-rw-r--r--mcs/errors/cs0079.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0079.cs b/mcs/errors/cs0079.cs
index d82ce8f8fa7..413a1413c04 100644
--- a/mcs/errors/cs0079.cs
+++ b/mcs/errors/cs0079.cs
@@ -20,7 +20,7 @@ class ErrorCS0079 {
}
public static void Main () {
- ErrorCS0079 error = new ErrorCS0077 ();
+ ErrorCS0079 error = new ErrorCS0079 ();
error.OnFoo += new Handler (error.Callback);
error.privateEvent ();
}