summaryrefslogtreecommitdiff
path: root/src/buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-01-06 13:40:56 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-01-06 13:43:37 +0000
commit295a97f2a64b0b8d548ed7948d6c278ba04a9c67 (patch)
tree03ad360ec44370862c4b92604ed1b17b6d43ae6d /src/buffer.hh
parent8e92e0eebcf38d539fe055e455b8d628f5caf9f3 (diff)
Rename memoryview to ArrayView
Diffstat (limited to 'src/buffer.hh')
-rw-r--r--src/buffer.hh2
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: