]> git.lyx.org Git - lyx.git/blobdiff - src/Box.h
Replace removed signal
[lyx.git] / src / Box.h
index 7b9bb819bdfa3efe175817892786037f1f7555b5..9522ad0a79d1121913b9b6434447b9ab270b6386 100644 (file)
--- a/src/Box.h
+++ b/src/Box.h
@@ -12,7 +12,7 @@
 #ifndef BOX_H
 #define BOX_H
 
-#include <iosfwd>
+#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;
 };