]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
citation patch from Angus
[lyx.git] / src / BufferView.C
index 1d8592f3c3e5ecb2584caa3048092939f073cddd..e244fb46b3605ecf6fb2eab451fe532f30a01f8d 100644 (file)
@@ -117,6 +117,13 @@ void BufferView::updateScrollbar()
 }
 
 
+Inset * BufferView::checkInsetHit(LyXText * text, int & x, int & y,
+                                 unsigned int button)
+{
+       return pimpl_->checkInsetHit(text, x, y, button);
+}
+
+
 void BufferView::redoCurrentBuffer()
 {
        pimpl_->redoCurrentBuffer();