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>2007-11-15 17:14:49 +0300
committerMarek Safar <marek.safar@gmail.com>2007-11-15 17:14:49 +0300
commite61dde083ea36098af5f7645ee9716b470351751 (patch)
treebdd88d59b09106464d23b561edd1006ca77f9534 /mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs
parent28771db34eac2756295ffda9b8045f8a1554cb5b (diff)
Warnings cleanup
svn path=/trunk/mcs/; revision=89678
Diffstat (limited to 'mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs')
-rw-r--r--mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs b/mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs
index 5a122c34e13..8af4adda925 100644
--- a/mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs
+++ b/mcs/class/System/System.Diagnostics/XmlWriterTraceListener.cs
@@ -79,7 +79,7 @@ namespace System.Diagnostics
this.name = name;
}
- public virtual void Close ()
+ public override void Close ()
{
w.Close ();
}