]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.h
Limit multirow to 100 columns in mathed
[lyx.git] / src / mathed / CommandInset.h
index 770ecb388d78d6e98808d5a2446157599376a6f8..b820d726021a221c53ae0f58cd3a64a98067254e 100644 (file)
@@ -28,6 +28,8 @@ public:
        explicit CommandInset(Buffer * buf, docstring const & name,
                bool needs_math_mode = true);
        ///
+       marker_type marker(BufferView const *) const { return NO_MARKER; }
+       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;