]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Revert "Fix #10863 compiler warnings."
[lyx.git] / src / mathed / InsetMathGrid.h
index 886d03a8ee3321e33661988bcf20c32862ff9576..9cd22eae510c06521adeba49fa54d1738b9a08e5 100644 (file)
@@ -100,6 +100,8 @@ public:
        InsetMathGrid(Buffer * buf, col_type m, row_type n, char valign,
                docstring const & halign);
        ///
+       marker_type marker(BufferView const *) const { return MARKER2; };
+       ///
        void metrics(MetricsInfo & mi, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -223,7 +225,7 @@ public:
        //void maple(MapleStream &) const;
        ///
        void mathmlize(MathStream &) const;
-       /// 
+       ///
        void htmlize(HtmlStream &) const;
        ///
        void htmlize(HtmlStream &, std::string attrib) const;
@@ -265,7 +267,7 @@ protected:
 
        // The following two functions are used in InsetMathHull and
        // InsetMathSplit.
-       /// The value of a fixed col align for a certain hull type 
+       /// The value of a fixed col align for a certain hull type
        static char colAlign(HullType type, col_type col);
        /// The value of a fixed col spacing for a certain hull type
        static int colSpace(HullType type, col_type col);