From 2754d5e6ef0fc34934b650859146e07741a96adb Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 26 Apr 2020 03:37:03 -0400 Subject: [PATCH] Fix declaration --- src/mathed/InsetMathRef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_!"); -- 2.39.5