]> git.lyx.org Git - features.git/blobdiff - src/bufferview_funcs.h
This commit fixes a crash when accessing a math inset. This was due to an invalid...
[features.git] / src / bufferview_funcs.h
index 66931166c4e08ae4adbae63fcebe3892795d7dfe..e4026ce7327fddd7964d0f5a5589020c1cca3a5e 100644 (file)
@@ -52,7 +52,7 @@ enum CurStatus {
 CurStatus status(BufferView const * bv, DocIterator const & dit);
 
 
-lyx::Point coordOffset(DocIterator const & dit, bool boundary);
+lyx::Point coordOffset(BufferView const & bv, DocIterator const & dit, bool boundary);
 
 /// Moves cursor to the next inset with one of the given codes.
 void gotoInset(BufferView * bv, std::vector<InsetBase_code> const & codes,