]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFootlike.h
index 20477a0099b2225a1d914cca2ab34325bccf3fd9..4fe2d9eddac055ca5821c62f5b8597ce6725ef17 100644 (file)
@@ -4,7 +4,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.
  */
@@ -23,7 +23,9 @@ namespace lyx {
 class InsetFootlike : public InsetCollapsable {
 public:
        ///
-       InsetFootlike(Buffer const &);
+       InsetFootlike(Buffer *);
+       ///
+       bool hasSettings() const { return false; }
 private:
        ///
        void metrics(MetricsInfo &, Dimension &) const;