* XmlDeclaration.cs : Fixed ParseInput() more parse strictly.
[mono.git] / mcs / class / System.XML / System.Xml / XmlNodeList.cs
index f3214e64b6c68a4d13360667e833503adcda2cd0..eff56279b558acbdafec839e94367f97c92986be 100644 (file)
@@ -16,7 +16,7 @@ namespace System.Xml
        {
                #region Constructors
 
-               protected internal XmlNodeList() { }
+               protected XmlNodeList() { }
 
                #endregion