mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2184 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
adf2ae0835
commit
e441b45578
@ -59,8 +59,8 @@ void MathMacroArgument::WriteNormal(std::ostream & os) const
|
||||
}
|
||||
|
||||
|
||||
void MathMacroArgument::substitute(MathArray & arr, MathMacro const & m) const
|
||||
void MathMacroArgument::substitute(MathArray & array, MathMacro const & m) const
|
||||
{
|
||||
arr.push_back(m.cell(number_ - 1));
|
||||
array.push_back(m.cell(number_ - 1));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user