]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_gridinset.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_gridinset.h
index c4de2a27ea7545a330851f9ffeaee78b7aef3e90..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;
@@ -203,11 +203,11 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       //void maplize(MapleStream &) const;
+       //void maple(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       //void octavize(OctaveStream &) const;
+       //void octave(OctaveStream &) const;
 
 protected:
        /// returns x offset of cell compared to inset