]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_fracinset.h
index bf03ffc10a816e1ca934903a75d4c939f8a484b7..10da11aae86e044150701de50ae86a8a893a9848 100644 (file)
@@ -14,7 +14,7 @@
 class MathFracInset : public MathInset {
 public:
        ///
-       explicit MathFracInset(MathInsetTypes ot = LM_OT_FRAC);
+       explicit MathFracInset(const string & name);
        ///
        virtual MathInset * clone() const;
        ///
@@ -22,7 +22,7 @@ public:
        ///
        virtual void WriteNormal(std::ostream &) const;
        ///
-       virtual void Metrics(MathStyles st);
+       virtual void Metrics(MathStyles st, int asc = 0, int des = 0);
        ///
        virtual void draw(Painter &, int x, int baseline);
        ///