X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBox.h;h=9522ad0a79d1121913b9b6434447b9ab270b6386;hb=75f628aec062fe13349048ac8fc081e912e21d0c;hp=7b9bb819bdfa3efe175817892786037f1f7555b5;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/Box.h b/src/Box.h index 7b9bb819bd..9522ad0a79 100644 --- a/src/Box.h +++ b/src/Box.h @@ -12,7 +12,7 @@ #ifndef BOX_H #define BOX_H -#include +#include "support/strfwd.h" namespace lyx { @@ -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; };