]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetfootlike.h
index 329b80dcbe49acb3b3c2c4c5d1fa40b0b9e99239..bea01ff58cb78dc98fae6711c6276b56fc20a643 100644 (file)
 #ifndef INSETFOOTLIKE_H
 #define INSETFOOTLIKE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #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;
        ///