]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.h
Let tabular-feature commands fall through non-table math insets. (#4189)
[features.git] / src / mathed / InsetMathHull.h
index 9598ad4281d092497f92acbdb7053e8ed72540b5..e02c61971e51f85ed73c20e67c91520857023cfb 100644 (file)
@@ -236,6 +236,8 @@ private:
        ColorCode standardColor() const;
        /// consistency check
        void check() const;
+       /// does it understand tabular-feature commands?
+       bool isTable() const;
        /// can this change its number of rows?
        bool rowChangeOK() const;
        /// can this change its number of cols?