]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_scriptinset.h
index 608ce1fda5cc4f2978163b3e9b2aa837f3a0d450..b6626f2806488700e283f27fad285fd0a304bc8b 100644 (file)
@@ -34,11 +34,11 @@ public:
        ///
        void draw(MathInset const * nuc, Painter &, int x, int y) const;
        ///
-       int ascent(MathInset const * nuc) const;
+       int ascent2(MathInset const * nuc) const;
        ///
-       int descent(MathInset const * nuc) const;
+       int descent2(MathInset const * nuc) const;
        ///
-       int width(MathInset const * nuc) const;
+       int width2(MathInset const * nuc) const;
 
        ///
        bool idxLeft(idx_type &, pos_type &) const;