mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix bug due to recent typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2483 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8466aa353b
commit
6c12ac0526
@ -239,7 +239,7 @@ void MathGridInset::write(std::ostream & os, bool fragile) const
|
||||
for (int row = 0; row < nrows(); ++row) {
|
||||
for (int col = 0; col < ncols(); ++col) {
|
||||
cell(index(row, col)).write(os, fragile);
|
||||
os << eocString(row);
|
||||
os << eocString(col);
|
||||
}
|
||||
os << eolString(row);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user