mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27595 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
971f934d1e
commit
22808f5265
@ -1000,7 +1000,7 @@ void InsetMathGrid::write(WriteStream & os,
|
||||
lastcol = col + 1;
|
||||
emptyline = false;
|
||||
}
|
||||
for (col_type col = beg_col; col < last_col; ++col) {
|
||||
for (col_type col = beg_col; col < lastcol; ++col) {
|
||||
os << cell(index(row, col));
|
||||
if (os.pendingBrace())
|
||||
ModeSpecifier specifier(os, TEXT_MODE);
|
||||
|
Loading…
Reference in New Issue
Block a user