]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.C
mathed34.diff
[lyx.git] / src / mathed / formula.C
index c2e88945f8daeae4b212c11108dcac9df0f2282f..a4185a9cdcc6275b026264a8c3993c6139a967c2 100644 (file)
@@ -305,7 +305,8 @@ void InsetFormula::Read(Buffer const *, LyXLex & lex)
        // Silly hack to read labels.
        mathed_label.erase();
 
-       mathed_parse(0, 0, &par);
+       MathedArray ar;
+       mathed_parse(ar, 0, &par);
        par->Metrics();
        disp_flag = (par->GetType() > 0);