]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macroarg.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_macroarg.h
index 4321db42b16396fa0e35e6dcb32cacec3e46e433..f089bf3c9e2da5ea2e6a4c4a453269e2cb0573aa 100644 (file)
@@ -16,9 +16,9 @@ public:
        ///
        explicit MathMacroArgument(int);
        ///
-       MathInset * Clone() const;
+       MathInset * clone() const;
        ///
-       void Metrics(MathStyles st);
+       void Metrics(MathStyles st, int asc = 0, int des = 0);
        ///
        void draw(Painter &, int x, int baseline);
        ///