]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathScript.h
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
[features.git] / src / mathed / InsetMathScript.h
index 9615d1997927e37adbe8c3196f07507721e6cc59..31955dd84c4dbb40a8aa27486c3204cba6f6b493 100644 (file)
@@ -13,6 +13,7 @@
 #define MATH_SCRIPTINSET_H
 
 #include "InsetMathNest.h"
+#include "FontEnums.h"
 
 
 namespace lyx {
@@ -134,7 +135,7 @@ private:
        /// subscript to the left.
        int nker(BufferView const * bv) const;
        /// do we we have to draw the scripts above/below nucleus?
-       bool hasLimits(FontInfo const &) const;
+       bool hasLimits(MathStyle const &) const;
        /// clean up empty cells and return true if a cell has been deleted.
        bool notifyCursorLeaves(Cursor const & old, Cursor & cur) override;