mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
A (very) little constness.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27212 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2ace7ba9e6
commit
262ca78599
@ -1913,7 +1913,7 @@ bool Paragraph::latex(BufferParams const & bparams,
|
||||
|
||||
bool return_value = false;
|
||||
|
||||
bool asdefault = forcePlainLayout();
|
||||
bool const asdefault = forcePlainLayout();
|
||||
|
||||
Layout const & style = asdefault ?
|
||||
bparams.documentClass().plainLayout() :
|
||||
|
Loading…
Reference in New Issue
Block a user