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:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2006-08-06 18:14:12 +0400
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2006-08-06 18:14:12 +0400
commitfb22f7e7153ce52497914c9c07486c1407f4ab9c (patch)
tree71254ee97d46d5bf098271fc68ff86484f6b2a05 /mcs/class/System.XML/Mono.Xml.XPath
parentb8078dd2e13fb5eb2773875857b688782d35873b (diff)
enable compilation using ms csc compiler
svn path=/trunk/mcs/; revision=63412
Diffstat (limited to 'mcs/class/System.XML/Mono.Xml.XPath')
-rw-r--r--mcs/class/System.XML/Mono.Xml.XPath/XPathEditableDocument.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Mono.Xml.XPath/XPathEditableDocument.cs b/mcs/class/System.XML/Mono.Xml.XPath/XPathEditableDocument.cs
index 75f10cfb377..3c285d7c940 100644
--- a/mcs/class/System.XML/Mono.Xml.XPath/XPathEditableDocument.cs
+++ b/mcs/class/System.XML/Mono.Xml.XPath/XPathEditableDocument.cs
@@ -625,7 +625,7 @@ namespace Mono.Xml.XPath
XPathNavigator parentNav = Clone ();
parentNav.MoveToParent ();
- w.Closed += delegate (XmlWriter w) {
+ w.Closed += delegate (XmlWriter writer) {
XmlNode parent = start.ParentNode;
XmlNode next;
bool loop = true;