]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
* GuiToolbar.cpp:
[lyx.git] / src / Paragraph.cpp
index d3e8faccb4fc1570d1f04c6ffa4341666fed8713..09c13cc43b10635bf1b42bb2eb81becbdb2f0fc0 100644 (file)
@@ -2565,6 +2565,12 @@ InsetList const & Paragraph::insetList() const
 }
 
 
+void Paragraph::setBuffer(Buffer & b)
+{
+       d->insetlist_.setBuffer(b);
+}
+
+
 Inset * Paragraph::releaseInset(pos_type pos)
 {
        Inset * inset = d->insetlist_.release(pos);