]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insettext.C
index bdbf361b74ee4d97a7d1b6e39c898c5c7329a05a..6f68e04604e47037f74738eb662a7107c0ae2122 100644 (file)
@@ -224,7 +224,7 @@ void InsetText::clear(bool just_mark_erased)
 }
 
 
-Inset * InsetText::clone(Buffer const &) const
+Inset * InsetText::clone() const
 {
        return new InsetText(*this);
 }