mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
Compile fix
Richard, please check.
This commit is contained in:
parent
394e559ffc
commit
f30d6acb04
@ -972,7 +972,7 @@ void xhtmlParagraphs(Text const & text,
|
|||||||
buf.masterBuffer()->params().documentClass().getTOCLayout();
|
buf.masterBuffer()->params().documentClass().getTOCLayout();
|
||||||
docstring const cnt = lay.counter;
|
docstring const cnt = lay.counter;
|
||||||
if (!cnt.empty()) {
|
if (!cnt.empty()) {
|
||||||
Counters const & cnts =
|
Counters & cnts =
|
||||||
buf.masterBuffer()->params().documentClass().counters();
|
buf.masterBuffer()->params().documentClass().counters();
|
||||||
cnts.reset(cnt);
|
cnts.reset(cnt);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user