fix release build (typo causing build failure)

This commit is contained in:
Dan Walmsley 2017-04-22 20:41:21 +01:00
Родитель df1a13deb5
Коммит 0815d88c49
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ namespace AvaloniaEdit.Rendering
internal string Id;
private static int _nextId;
#else
internal const string ID = "";
internal const string Id = "";
#endif
internal CollapsedLineSection(HeightTree heightTree, DocumentLine start, DocumentLine end)