mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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
|
// We are not properly started yet, delay until resizing is
|
||||||
// done.
|
// done.
|
||||||
|
Loading…
Reference in New Issue
Block a user