]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.cpp
DocBook: fix encoding issues with complex ERT.
[lyx.git] / src / insets / InsetArgument.cpp
index 5dd8644fa3131fe4c92a4d1cc9aabe2f6552f86c..00484f791f49154f617811b72e705fc54909d66e 100644 (file)
@@ -62,7 +62,7 @@ void InsetArgument::read(Lexer & lex)
 }
 
 
-void InsetArgument::updateBuffer(ParIterator const & it, UpdateType utype)
+void InsetArgument::updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted)
 {
        bool const insetlayout = !it.paragraph().layout().hasArgs();
        Layout::LaTeXArgMap const args = insetlayout ?
@@ -157,7 +157,7 @@ void InsetArgument::updateBuffer(ParIterator const & it, UpdateType utype)
        }
 
        setButtonLabel();
-       InsetCollapsible::updateBuffer(it, utype);
+       InsetCollapsible::updateBuffer(it, utype, deleted);
 }