Const a function parameter

This commit is contained in:
Scott Kostyshak 2016-07-29 13:07:00 -04:00
parent badb0bb96c
commit 60e8921349

View File

@ -873,7 +873,7 @@ void BufferView::scrollToCursor()
}
bool BufferView::scrollToCursor(DocIterator const & dit, bool recenter)
bool BufferView::scrollToCursor(DocIterator const & dit, bool const recenter)
{
// We are not properly started yet, delay until resizing is
// done.