mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Improve const correctness.
This commit is contained in:
parent
93444892c5
commit
b1a4eb118c
@ -295,7 +295,7 @@ bool testString(MathAtom const & at, char const * const str)
|
||||
// search end of nested sequence
|
||||
MathData::iterator endNestSearch(
|
||||
MathData::iterator it,
|
||||
MathData::iterator last,
|
||||
const MathData::iterator& last,
|
||||
TestItemFunc testOpen,
|
||||
TestItemFunc testClose
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user