]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetFootlike.h
index 7a48f7d3f5cbff92cb16938792db350bebc7609a..4fe2d9eddac055ca5821c62f5b8597ce6725ef17 100644 (file)
@@ -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;