From 52b77c19154f1f656e47c2f7e37d05fa050ff032 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 23 May 2013 19:21:34 +0200 Subject: window, editor: take coords rather than iterators parameters --- src/window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.hh') diff --git a/src/window.hh b/src/window.hh index 8f842f06..25890e81 100644 --- a/src/window.hh +++ b/src/window.hh @@ -37,7 +37,7 @@ public: void scroll(LineCount offset); void update_display_buffer(); - DisplayCoord display_position(const BufferIterator& it); + DisplayCoord display_position(const BufferCoord& coord); HighlighterGroup& highlighters() { return m_highlighters; } -- cgit v1.2.3