X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrac.h;h=9d5484487687932368f8bd45dc2be588cd4f47c1;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=96b62930ba1ef1b3d845d24dab80f16a8d80f3cd;hpb=f643ae700700cbd9aa0b1aca8155c6d7f2aee34d;p=lyx.git diff --git a/src/mathed/InsetMathFrac.h b/src/mathed/InsetMathFrac.h index 96b62930ba..9d54844876 100644 --- a/src/mathed/InsetMathFrac.h +++ b/src/mathed/InsetMathFrac.h @@ -93,7 +93,10 @@ public: void htmlize(HtmlStream &) const; /// void validate(LaTeXFeatures & features) const; -public: +private: + /// vertical displacement + int dy(FontInfo & fi) const; + /// Inset * clone() const; /// Kind kind_;