diff options
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 d6906c87..7402f769 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -164,7 +164,7 @@ public: ByteCoord begin; ByteCoord end; }; - ArrayView<Change> changes_since(size_t timestamp) const; + ConstArrayView<Change> changes_since(size_t timestamp) const; String debug_description() const; private: |
