]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
Get rid of Qt resources
[lyx.git] / src / insets / InsetWrap.cpp
index b06ea4f700c91eed2712a0994a73789961e6ef86..fe56091a75501992e30281450a58cb7a1c2254f1 100644 (file)
@@ -127,9 +127,9 @@ bool InsetWrap::getStatus(Cursor & cur, FuncRequest const & cmd,
 }
 
 
-void InsetWrap::updateBuffer(ParIterator const & it, UpdateType utype)
+void InsetWrap::updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted)
 {
-       InsetCaptionable::updateBuffer(it, utype);
+       InsetCaptionable::updateBuffer(it, utype, deleted);
 }