]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
convert graphics for .tex export, fixes bug 1231
[lyx.git] / src / insets / insetfootlike.h
index 5248f5a8c80a8552e5a086eda8c7ce04895f4fe3..31387e47da797cf1e8911d84dc72b04229f97f65 100644 (file)
@@ -6,30 +6,27 @@
  *
  * \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
 #define INSETFOOTLIKE_H
 
-
 #include "insetcollapsable.h"
 
 // To have this class is probably a bit overkill... (Lgb)
 
-/** The footnote inset
-
-*/
+// The footnote inset
 class InsetFootlike : public InsetCollapsable {
 public:
        ///
        InsetFootlike(BufferParams const &);
        ///
-       InsetFootlike(InsetFootlike const &, bool same_id = false);
+       InsetFootlike(InsetFootlike const &);
        ///
-       void write(Buffer const * buf, std::ostream & os) const;
+       void write(Buffer const & buf, std::ostream & os) const;
        ///
-       bool insetAllowed(Inset::Code) 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 */