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:
Diffstat (limited to 'mcs/class/System.XML/System.Xml/XmlNode.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/XmlNode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/System.Xml/XmlNode.cs b/mcs/class/System.XML/System.Xml/XmlNode.cs
index 292a860a60f..4df1845b3a5 100644
--- a/mcs/class/System.XML/System.Xml/XmlNode.cs
+++ b/mcs/class/System.XML/System.Xml/XmlNode.cs
@@ -235,7 +235,7 @@ namespace System.Xml
public abstract XmlNode CloneNode (bool deep);
[MonoTODO]
- public virtual XPathNavigator CreateNavigator ()
+ public XPathNavigator CreateNavigator ()
{
return new XmlDocumentNavigator(this);
}