mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Const a function parameter
This commit is contained in:
parent
badb0bb96c
commit
60e8921349
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user