X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.cpp;h=f34765ec4d0c1e9a95e14f15344b47b632b0cfa5;hb=988f372843941436021a45c5d8848c514f23887c;hp=c275a9341fa071ae663b78c98be38620c83a21c0;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/MathAutoCorrect.cpp b/src/mathed/MathAutoCorrect.cpp index c275a9341f..f34765ec4d 100644 --- a/src/mathed/MathAutoCorrect.cpp +++ b/src/mathed/MathAutoCorrect.cpp @@ -62,7 +62,7 @@ bool Correction::read(idocstream & is) return false; if (s2.size() != 1) return false; - MathArray ar1, ar3; + MathData ar1, ar3; mathed_parse_cell(ar1, s1); mathed_parse_cell(ar3, s3); if (ar1.size() != 1 || ar3.size() != 1)