X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrac.h;h=5eb15d193d8d80afbc4149d13c074d83a29a8fa1;hb=58ab972f714309aa87e7d956ceda00e18337875f;hp=6668654b7567b688dea22064d0f9e15cf36750f8;hpb=0ea6f2c7f129fc400b6935c4a722a1483583c058;p=lyx.git diff --git a/src/mathed/InsetMathFrac.h b/src/mathed/InsetMathFrac.h index 6668654b75..5eb15d193d 100644 --- a/src/mathed/InsetMathFrac.h +++ b/src/mathed/InsetMathFrac.h @@ -29,8 +29,7 @@ public: ATOP, NICEFRAC, UNITFRAC, - UNIT, - UNITFRAC3 + UNIT }; /// @@ -40,7 +39,7 @@ public: /// bool idxLeft(Cursor &) const; /// - bool metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; ///