]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.C
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / formulamacro.C
index 8a520a013085b33f01fe65101cbcc340d16c028a..be5a9c60f658ec18fbff2b7642d60a1c5451c0fa 100644 (file)
@@ -198,7 +198,7 @@ void InsetFormulaMacro::InsetUnlock(BufferView * bv)
        MathedArray * tarray = tmacro->GetData();
        MathedIter it(tarray);
        it.Clear();
-       tmacro->SetData(par->GetData());
+       tmacro->setData(par->GetData());
        tmacro->setEditMode(false);
        InsetFormula::InsetUnlock(bv);
 }