diff options
Diffstat (limited to 'src/window.hh')
| -rw-r--r-- | src/window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hh b/src/window.hh index da1b694c..98e208a8 100644 --- a/src/window.hh +++ b/src/window.hh @@ -61,7 +61,7 @@ public: WindowCoord line_and_column_at(const BufferIterator& iterator) const; void move_cursor(const WindowCoord& offset, bool append = false); - void move_cursor_to(const WindowCoord& new_pos); + void move_cursor_to(const BufferIterator& iterator); void clear_selections(); void select(const Selector& selector, bool append = false); |
