]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFootlike.cpp
index 872c8b19ee99d3bf4484d6810bd52ce832cc7a87..4467081d7e24a239ff2f000fc0a6b7a1e549160a 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -24,13 +24,8 @@ using namespace std;
 namespace lyx {
 
 
-InsetFootlike::InsetFootlike(BufferParams const & bp)
-       : InsetCollapsable(bp)
-{}
-
-
-InsetFootlike::InsetFootlike(InsetFootlike const & in)
-       : InsetCollapsable(in)
+InsetFootlike::InsetFootlike(Buffer * buf)
+       : InsetCollapsable(buf)
 {}