]> 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 1e678ff90997d4bf5e678633897697be8f035e82..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);
        ///
@@ -38,8 +38,3 @@ public:
 };
 
 #endif
-
-
-
-
-