diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-01-06 13:40:56 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-01-06 13:43:37 +0000 |
| commit | 295a97f2a64b0b8d548ed7948d6c278ba04a9c67 (patch) | |
| tree | 03ad360ec44370862c4b92604ed1b17b6d43ae6d /src/buffer.hh | |
| parent | 8e92e0eebcf38d539fe055e455b8d628f5caf9f3 (diff) | |
Rename memoryview to ArrayView
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index ebb3eed7..609a030d 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -160,7 +160,7 @@ public: ByteCoord end; bool at_end; }; - memoryview<Change> changes_since(size_t timestamp) const; + ArrayView<Change> changes_since(size_t timestamp) const; String debug_description() const; private: |
