]> git.lyx.org Git - lyx.git/blobdiff - src/Box.h
Rename BufferView::updateScrollbar to show what does
[lyx.git] / src / Box.h
index c362fa6a387e3deb2f14b42025ed9a07fa131e65..9522ad0a79d1121913b9b6434447b9ab270b6386 100644 (file)
--- a/src/Box.h
+++ b/src/Box.h
@@ -42,7 +42,7 @@ public:
         * the box. Check is exclusive (point on a border
         * returns false).
         */
-       bool contains(int x, int y);
+       bool contains(int x, int y) const;
 };