]> git.lyx.org Git - features.git/blobdiff - src/mathed/formula.C
mathed33.diff
[features.git] / src / mathed / formula.C
index 19e1f78f489c5add63315c7f75f89c6e85be3555..c2e88945f8daeae4b212c11108dcac9df0f2282f 100644 (file)
@@ -1224,7 +1224,7 @@ InsetFormula::LocalDispatch(BufferView * bv, int action, string const & arg)
 static
 void mathedValidate(LaTeXFeatures & features, MathParInset * par)
 {
-       MathedIter it(par->GetData());
+       MathedIter it(&par->GetData());
 
        while (it.OK() && !(features.binom && features.boldsymbol)) {
                if (it.IsInset()) {