]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
Revert this change as it sneaked in and wasn't discussed yet.
[lyx.git] / src / insets / insetfootlike.C
index edfd20dafbfde25e8841302eeef8e640de810b2e..2cac4e252215c2523136992f0eefd0294c30ccd8 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 2000-2001 The LyX Team.
  *
  * ======================================================
 #include "support/LOstream.h"
 
 
-InsetFootlike::InsetFootlike()
-       : InsetCollapsable()
+using std::ostream;
+
+
+InsetFootlike::InsetFootlike(BufferParams const & bp)
+       : InsetCollapsable(bp)
 {
        LyXFont font(LyXFont::ALL_SANE);
        font.decSize();
@@ -43,7 +46,7 @@ InsetFootlike::InsetFootlike(InsetFootlike const & in, bool same_id)
 }
 
 
-void InsetFootlike::write(Buffer const * buf, std::ostream & os) const 
+void InsetFootlike::write(Buffer const * buf, ostream & os) const
 {
        os << getInsetName() << "\n";
        InsetCollapsable::write(buf, os);