mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* 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:
parent
cf15bd840b
commit
be444fafcb
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user