]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.cpp
use FileName::isDirectory()
[lyx.git] / src / mathed / MathAutoCorrect.cpp
index c275a9341fa071ae663b78c98be38620c83a21c0..f34765ec4d0c1e9a95e14f15344b47b632b0cfa5 100644 (file)
@@ -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)