Browse Source

Abandoned using ReadOnlyDocument: Revert

pull/67/head
Dragan 12 years ago
parent
commit
c4d9ec16b3
  1. 2
      src/Libraries/NewNRefactory/ICSharpCode.NRefactory/Editor/ReadOnlyDocument.cs

2
src/Libraries/NewNRefactory/ICSharpCode.NRefactory/Editor/ReadOnlyDocument.cs

@ -25,7 +25,7 @@ namespace ICSharpCode.NRefactory.Editor
/// Read-only implementation of <see cref="IDocument"/>. /// Read-only implementation of <see cref="IDocument"/>.
/// </summary> /// </summary>
[Serializable] [Serializable]
public sealed class ReadOnlyDocument : IDocument sealed class ReadOnlyDocument : IDocument
{ {
readonly ITextSource textSource; readonly ITextSource textSource;
int[] lines; int[] lines;

Loading…
Cancel
Save