]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_gridinset.h
index 29e8c9afc72ed7c9415929c5b8c01e6f2ca1ab10..1a94eb36a1d48a07c36962a6c1ae8d3e04d48fa9 100644 (file)
@@ -87,6 +87,8 @@ 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;
        ///
@@ -128,7 +130,7 @@ public:
        /// identifies GridInset
        MathGridInset const * asGridInset() const { return this; }
        /// local dispatcher
-       result_type dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
+       dispatch_result dispatch(FuncRequest const & cmd, idx_type & idx, pos_type & pos);
 
        ///
        col_type ncols() const;