mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +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();
|
||||
docstring const cnt = lay.counter;
|
||||
if (!cnt.empty()) {
|
||||
Counters const & cnts =
|
||||
Counters & cnts =
|
||||
buf.masterBuffer()->params().documentClass().counters();
|
||||
cnts.reset(cnt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user