summaryrefslogtreecommitdiff
path: root/src/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hh')
-rw-r--r--src/window.hh2
1 files changed, 1 insertions, 1 deletions
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; }