diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2012-08-08 18:51:30 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2012-08-08 18:51:30 +0200 |
| commit | 1ede3f6b13006b4270fbb1887b83b746a8d90ada (patch) | |
| tree | ae207b0c02de744d7ea9a8cf97c2ea34c784a30d /src/buffer.hh | |
| parent | 939dc0fa8e5919581602873bb7982384c79ad892 (diff) | |
BufferIterator: use default operator=
Diffstat (limited to 'src/buffer.hh')
| -rw-r--r-- | src/buffer.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.hh b/src/buffer.hh index 4a1b3dcd..cc09831b 100644 --- a/src/buffer.hh +++ b/src/buffer.hh @@ -42,7 +42,6 @@ public: BufferIterator() : m_buffer(nullptr) {} BufferIterator(const Buffer& buffer, BufferCoord coord); - BufferIterator& operator=(const BufferIterator& iterator); bool operator== (const BufferIterator& iterator) const; bool operator!= (const BufferIterator& iterator) const; |
