X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathGrid.h;h=4300dc31881d6f580c67823f97b2736e2fde07c2;hb=5fdc577badb1cb133d6a0dc7d831bb1f82576adb;hp=61e7e235c8a7cbe3b1294bbbe5cfa58fdf732b7f;hpb=324e5571cafe7838a1d3ecd5cb2b3dd7e8d54bbe;p=lyx.git diff --git a/src/mathed/InsetMathGrid.h b/src/mathed/InsetMathGrid.h index 61e7e235c8..4300dc3188 100644 --- a/src/mathed/InsetMathGrid.h +++ b/src/mathed/InsetMathGrid.h @@ -211,6 +211,8 @@ public: virtual int vlinesep() const; /// virtual int border() const; + /// + virtual bool handlesMulticolumn() const { return false; } /// void write(WriteStream & os) const;