* remove parameter here as well

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23452 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-03-04 14:57:57 +00:00
parent cf15bd840b
commit be444fafcb

View File

@ -460,7 +460,7 @@ void MathData::updateMacros(Cursor * cur, MacroContext const & mc)
if (inset->asScriptInset())
inset = inset->asScriptInset()->nuc()[0].nucleus();
BOOST_ASSERT(inset->asMacro());
inset->asMacro()->updateRepresentation(cur);
inset->asMacro()->updateRepresentation();
}
}