]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloat.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetfloat.C
index 7e08132ef416488a7ec596051242dbd1e6440b19..e4b7c9944f82b8fa77d55836bd8b13af1567e321 100644 (file)
@@ -259,7 +259,7 @@ void InsetFloat::validate(LaTeXFeatures & features) const
 }
 
 
-Inset * InsetFloat::clone(Buffer const &) const
+Inset * InsetFloat::clone() const
 {
        return new InsetFloat(*this);
 }