X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FInsetMathMatrix.h;h=d64ba3006ce77592811074b0597c1131dacde548;hb=a48581f48c93b3981ffd3e058f57e3ed95b53641;hp=26a854402606476c29b14cb78aa5010f33ff773c;hpb=96390e0ff7537758fcc18c048c9faaa1a463f33e;p=lyx.git diff --git a/src/mathed/InsetMathMatrix.h b/src/mathed/InsetMathMatrix.h index 26a8544026..d64ba3006c 100644 --- a/src/mathed/InsetMathMatrix.h +++ b/src/mathed/InsetMathMatrix.h @@ -47,6 +47,8 @@ public: void octave(OctaveStream &) const; /// InsetCode lyxCode() const { return MATH_MATRIX_CODE; } + /// + bool handlesMulticolumn() const { return true; } //override private: virtual Inset * clone() const;