]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
fix typo that put too many include paths for most people
[lyx.git] / src / BufferView.C
index 028466fc4285e6885704a221d02725e09fecb18b..68a19e76b251f04324946ce3636f14c56c201d4e 100644 (file)
@@ -83,9 +83,9 @@ void BufferView::redraw()
 }
 
 
-void BufferView::fitCursor()
+bool BufferView::fitCursor()
 {
-       pimpl_->fitCursor();
+       return pimpl_->fitCursor();
 }