diff --git a/src/mathed/InsetMathGrid.h b/src/mathed/InsetMathGrid.h index 886d03a8ee..05bb52aea9 100644 --- a/src/mathed/InsetMathGrid.h +++ b/src/mathed/InsetMathGrid.h @@ -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;