]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
fix #1073
[lyx.git] / src / mathed / math_gridinset.h
index a7df3eb5853802478547a856c1ae4e8e61061aa2..1beffcb7c1e8c97fec72e1f73a98c59498f58623 100644 (file)
@@ -87,12 +87,14 @@ public:
        MathGridInset(col_type m, row_type n);
        ///
        MathGridInset(col_type m, row_type n, char valign, string const & halign);
+       /// Ensures that the dialog is closed.
+       ~MathGridInset();
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        void metricsT(TextMetricsInfo const & mi) const;
        ///