fix release build (typo causing build failure)
This commit is contained in:
Родитель
df1a13deb5
Коммит
0815d88c49
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче