]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.C
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMathMacro.C
index efad92485d8fc8cf583f6c4d6443ce33f6602320..1bf8dadc39d102af019ce691bcc55d089e974a5b 100644 (file)
@@ -48,12 +48,12 @@ string MathMacro::name() const
 }
 
 
-void MathMacro::cursorPos(CursorSlice const & sl, bool boundary, int & x,
-               int & y) const
+void MathMacro::cursorPos(BufferView const & bv,
+               CursorSlice const & sl, bool boundary, int & x, int & y) const
 {
        // We may have 0 arguments, but InsetMathNest requires at least one.
        if (nargs() > 0)
-               InsetMathNest::cursorPos(sl, boundary, x, y);
+               InsetMathNest::cursorPos(bv, sl, boundary, x, y);
 }