]> git.lyx.org Git - lyx.git/blobdiff - src/box.h
Point fix, earlier forgotten
[lyx.git] / src / box.h
index 262e72d11ac661d7d410dbde7e9238d9ba647838..156833f75acf65eedf7e6d7dfee742b5a8719381 100644 (file)
--- a/src/box.h
+++ b/src/box.h
@@ -36,7 +36,7 @@ struct Box {
         * the box. Check is exclusive (point on a border
         * returns false).
         */
-       bool contained(int x, int y);
+       bool contains(int x, int y);
 };