From: Richard Kimberly Heck Date: Sun, 26 Apr 2020 07:37:03 +0000 (-0400) Subject: Fix declaration X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2754d5e6ef0fc34934b650859146e07741a96adb;p=features.git Fix declaration --- diff --git a/src/mathed/InsetMathRef.cpp b/src/mathed/InsetMathRef.cpp index 62b3341ea0..6a911afa57 100644 --- a/src/mathed/InsetMathRef.cpp +++ b/src/mathed/InsetMathRef.cpp @@ -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_!");