mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
const, sorry
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21295 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
abf5d0c1c3
commit
fa2bec7440
@ -254,7 +254,7 @@ TeXOnePar(Buffer const & buf,
|
||||
LayoutPtr style;
|
||||
|
||||
if (runparams_in.verbatim) {
|
||||
int dist = std::distance(paragraphs.begin(), pit);
|
||||
int const dist = std::distance(paragraphs.begin(), pit);
|
||||
Font const outerfont = outerFont(dist, paragraphs);
|
||||
|
||||
// No newline if only one paragraph in this lyxtext
|
||||
|
Loading…
Reference in New Issue
Block a user