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

Loading…
Cancel
Save