]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
three-stage drawing: add a nodraw stage
[lyx.git] / src / mathed / InsetMathBox.h
index e898a35920165125b3820795c23a05e19ae85e20..af166c19c71b5cf75df874a2d8cb8be522393e05 100644 (file)
@@ -58,7 +58,7 @@ public:
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
-       marker_type marker() const { return NO_MARKER; }
+       marker_type marker(BufferView const *) const { return NO_MARKER; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -118,7 +118,7 @@ public:
        ///
        InsetMathBoxed(Buffer * buf);
        ///
-       marker_type marker() const { return NO_MARKER; }
+       marker_type marker(BufferView const *) const { return NO_MARKER; }
        ///
        void validate(LaTeXFeatures & features) const;
        ///