]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlist.C
updates to minipage inset
[lyx.git] / src / insets / insetlist.C
index a71be8a62914c2e1d4bb849bd1d24489830f8fcb..2a4be5c851f02c313462c1595fa7265dd19245e9 100644 (file)
@@ -57,7 +57,7 @@ void InsetList::Write(Buffer const * buf, ostream & os) const
 }
 
 
-Inset * InsetList::Clone() const
+Inset * InsetList::Clone(Buffer const &) const
 {
        InsetList * result = new InsetList;
        result->inset->init(inset);