mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix declaration
This commit is contained in:
parent
491c966436
commit
c94a97e36c
@ -203,7 +203,7 @@ int InsetMathRef::docbook(odocstream & os, OutputParams const & runparams) const
|
||||
}
|
||||
|
||||
|
||||
void InsetMathRef::updateBuffer(ParIterator const & it, UpdateType /*utype*/, bool /*deleted*/)
|
||||
void InsetMathRef::updateBuffer(ParIterator const & it, UpdateType /*utype*/, bool const /*deleted*/)
|
||||
{
|
||||
if (!buffer_) {
|
||||
LYXERR0("InsetMathRef::updateBuffer: no buffer_!");
|
||||
|
Loading…
Reference in New Issue
Block a user