diff options
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 66136f82..f1441747 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -65,7 +65,8 @@ private: class Buffer { public: - Buffer(const std::string& name); + Buffer(const std::string& name, + const BufferString& initial_content = ""); void erase(const BufferIterator& begin, const BufferIterator& end); @@ -78,7 +79,6 @@ public: BufferIterator begin() const; BufferIterator end() const; - BufferSize length() const; BufferIterator iterator_at(const BufferCoord& line_and_column) const; |
