]> 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 18019df49def899c25f0d99e49e0fbd113d7b2a7..e3e153de39c82e81a702e2e8e73ab5e81c85699f 100644 (file)
@@ -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