]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
fix typo that put too many include paths for most people
[lyx.git] / src / insets / insetfoot.h
index 2495ebb67f50a20a2b9bc57bc85d24e636fc26b7..8c8895d62aaafb128c835873e4fd23f1f52203eb 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998 The LyX Team.
 #pragma interface
 #endif
 
+#include "LaTeXFeatures.h"
 #include "insetfootlike.h"
 
 /** The footnote inset
-  
+
 */
 class InsetFoot : public InsetFootlike {
 public:
        ///
-       InsetFoot();
+       InsetFoot(BufferParams const &);
+       ///
+       InsetFoot(InsetFoot const &, bool same_id = false);
        ///
        Inset * clone(Buffer const &, bool same_id = false) const;
        ///
@@ -35,11 +38,6 @@ public:
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
        string const editMessage() const;
-       ///
-       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif
-
-
-