]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_gridinset.h
index 29e8c9afc72ed7c9415929c5b8c01e6f2ca1ab10..a7df3eb5853802478547a856c1ae4e8e61061aa2 100644 (file)
@@ -128,7 +128,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;