fix compilation error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4534 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-07-04 14:48:56 +00:00
parent 28076fac18
commit 46880e2b9b

View File

@ -779,7 +779,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
} else {
//mathcursor->handleNest(new InsetRef2);
//mathcursor->insert(arg);
mathcursor->insert(MathAtom(new InsetRef2(arg)));
mathcursor->insert(MathAtom(new RefInset(arg)));
}
updateLocal(bv, true);
break;