]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / insetfootlike.h
index bea01ff58cb78dc98fae6711c6276b56fc20a643..c6489f53d399b392d87e7c1b3578451f2cefde47 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef INSETFOOTLIKE_H
@@ -24,9 +24,11 @@ public:
        ///
        InsetFootlike(InsetFootlike const &);
        ///
-       void write(Buffer const * buf, std::ostream & os) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
-       bool insetAllowed(Inset::Code) const;
+       void write(Buffer const & buf, std::ostream & os) const;
+       ///
+       bool insetAllowed(InsetOld::Code) const;
        /** returns true if, when outputing LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */