]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFootlike.cpp
index 08cc220374d1f51ab3904aff34a78e4b9d41d0ee..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,7 +24,7 @@ using namespace std;
 namespace lyx {
 
 
-InsetFootlike::InsetFootlike(Buffer const & buf)
+InsetFootlike::InsetFootlike(Buffer * buf)
        : InsetCollapsable(buf)
 {}