]> 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 68d0d13c5331612ba6daa644d5563c70a43aac00..b820d726021a221c53ae0f58cd3a64a98067254e 100644 (file)
@@ -28,7 +28,7 @@ public:
        explicit CommandInset(Buffer * buf, docstring const & name,
                bool needs_math_mode = true);
        ///
-       marker_type marker() const { return NO_MARKER; }
+       marker_type marker(BufferView const *) const { return NO_MARKER; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///