X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBox.h;h=9522ad0a79d1121913b9b6434447b9ab270b6386;hb=33f9cfb7961501b38c573eede468b011687f46de;hp=c362fa6a387e3deb2f14b42025ed9a07fa131e65;hpb=a8cd9a4b8fd325b00c75f601c66c6d618ba276db;p=lyx.git diff --git a/src/Box.h b/src/Box.h index c362fa6a38..9522ad0a79 100644 --- 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; };