]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sqrtinset.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_sqrtinset.h
index c022aa2850e728641895a7cafea477adfd14abfc..e3e153de39c82e81a702e2e8e73ab5e81c85699f 100644 (file)
@@ -16,7 +16,7 @@ public:
        ///
        MathSqrtInset();
        ///
-       MathInset * Clone() const;
+       MathInset * clone() const;
        ///
        void draw(Painter &, int x, int baseline);
        ///
@@ -24,6 +24,6 @@ public:
        ///
        void WriteNormal(std::ostream &) const;
        ///
-       void Metrics(MathStyles st);
+       void Metrics(MathStyles st, int asc = 0, int des = 0);
 };
 #endif