]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathFrac.h
index 96b62930ba1ef1b3d845d24dab80f16a8d80f3cd..9d5484487687932368f8bd45dc2be588cd4f47c1 100644 (file)
@@ -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_;