]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / insetfootlike.h
index d41829b8e3ef40ba9285a19b03d9f74d66a72610..3e9f64237588c786a7aab4b0053564dd664eeb64 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 // To have this class is probably a bit overkill... (Lgb)
 
 /** The footnote inset
-  
+
 */
 class InsetFootlike : public InsetCollapsable {
 public:
        ///
-       InsetFootlike();
+       InsetFootlike(BufferParams const &);
+       ///
+       InsetFootlike(InsetFootlike const &, bool same_id = false);
        ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
@@ -36,8 +38,3 @@ public:
 };
 
 #endif
-
-
-
-
-