]> git.lyx.org Git - features.git/blobdiff - src/insets/insetbase.C
This commit fixes a crash when accessing a math inset. This was due to an invalid...
[features.git] / src / insets / insetbase.C
index 6f5453a2836b3e243f71115b4aeb0ef0656c63ef..8fe2477d24bd7549aef552c9eb4952f99ac05311 100644 (file)
@@ -269,7 +269,8 @@ void InsetBase::markErased(bool)
 {}
 
 
-void InsetBase::cursorPos(CursorSlice const &, bool, int & x, int & y) const
+void InsetBase::cursorPos(BufferView const & bv, CursorSlice const &,
+               bool, int & x, int & y) const
 {
        lyxerr << "InsetBase::cursorPos called directly" << std::endl;
        x = 100;