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:
Richard Heck 2008-10-31 14:53:49 +00:00
parent 2ace7ba9e6
commit 262ca78599

View File

@ -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() :