]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
Remove TextClassPtr without losing the type safety it provided.
[lyx.git] / src / insets / InsetFootlike.cpp
index 9d0b69040394c299aa2c37399d9284f2a40138ed..872c8b19ee99d3bf4484d6810bd52ce832cc7a87 100644 (file)
@@ -52,10 +52,10 @@ void InsetFootlike::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetFootlike::write(Buffer const & buf, ostream & os) const
+void InsetFootlike::write(ostream & os) const
 {
        os << to_utf8(name()) << "\n";
-       InsetCollapsable::write(buf, os);
+       InsetCollapsable::write(os);
 }