]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / insetfootlike.C
index fcbe711ba726fd024de2623296a59d577c1a6703..2cac4e252215c2523136992f0eefd0294c30ccd8 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *          Copyright 2000-2001 The LyX Team.
  *
  * ======================================================
@@ -24,8 +24,8 @@
 using std::ostream;
 
 
-InsetFootlike::InsetFootlike()
-       : InsetCollapsable()
+InsetFootlike::InsetFootlike(BufferParams const & bp)
+       : InsetCollapsable(bp)
 {
        LyXFont font(LyXFont::ALL_SANE);
        font.decSize();
@@ -46,7 +46,7 @@ InsetFootlike::InsetFootlike(InsetFootlike const & in, bool same_id)
 }
 
 
-void InsetFootlike::write(Buffer const * buf, ostream & os) const 
+void InsetFootlike::write(Buffer const * buf, ostream & os) const
 {
        os << getInsetName() << "\n";
        InsetCollapsable::write(buf, os);