This commit is contained in:
Kirill Osenkov 2021-08-02 18:36:59 -07:00
Родитель d09c0ca405
Коммит 8eeba5f897
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@ namespace MonoDevelop.Xml.Editor.Completion
/// Represents the path to an xml element starting from the root of the
/// document.
/// </summary>
public class XmlElementPath
class XmlElementPath
{
readonly List<QualifiedName> elements;
XmlNamespacePrefixMap nsMap = new XmlNamespacePrefixMap ();