]> git.lyx.org Git - features.git/commitdiff
#11747 follow-up of change d94b708a0fec6ade04fc9d09bd86afd73e72fac7 to fix a compiler...
authorStephan Witt <switt@lyx.org>
Sun, 8 Mar 2020 12:33:02 +0000 (13:33 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:53 +0000 (15:48 +0200)
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathRef.h

index 717bd419d8f51d83294132d1ecc5df803f881294..62b3341ea0f49b3708c935b12cd766300aa341b6 100644 (file)
@@ -203,7 +203,7 @@ int InsetMathRef::docbook(odocstream & os, OutputParams const & runparams) const
 }
 
 
-void InsetMathRef::updateBuffer(ParIterator const & it, UpdateType /*utype*/)
+void InsetMathRef::updateBuffer(ParIterator const & it, UpdateType /*utype*/, bool /*deleted*/)
 {
        if (!buffer_) {
                LYXERR0("InsetMathRef::updateBuffer: no buffer_!");
index 204e9c474698da52a9fc533bc065d2ef2a9e740c..cdcbb1cc152c81f10f390c7135c57451abb53c2c 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        explicit InsetMathRef(Buffer * buf, docstring const & data);
        ///
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        //void write(WriteStream & os) const;
        ///