]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
Generalise the deletion protection mechanism from math to text (#9540)
[lyx.git] / src / mathed / MathMacro.h
index f1e61dcb4c5bcf81d8171624c471d32f7939ea38..893c011a4141bdc05e3e1ddd250f160c751ec4ae 100644 (file)
@@ -37,7 +37,7 @@ public:
        ///
        virtual MathMacro const * asMacro() const { return this; }
        ///
-       marker_type marker() const;
+       marker_type marker(BufferView const *) const;
        /// If the macro is in normal edit mode, dissolve its contents in
        /// the row. Otherwise, just insert the inset.
        bool addToMathRow(MathRow &, MetricsInfo & mi) const;