]> git.lyx.org Git - features.git/commitdiff
Fix declaration
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 26 Apr 2020 07:37:03 +0000 (03:37 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 26 Apr 2020 07:37:20 +0000 (03:37 -0400)
src/mathed/InsetMathRef.cpp

index 62b3341ea0f49b3708c935b12cd766300aa341b6..6a911afa57b2a53e73dd147f0c1133448dc01c1d 100644 (file)
@@ -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_!");