]> git.lyx.org Git - lyx.git/blobdiff - src/text3.C
Move #includes out of header files.
[lyx.git] / src / text3.C
index 7af209bf590bb9f42daa2164aed7c5afb49d1279..2203305b57043c42851a1ad68b8790623b97fa30 100644 (file)
@@ -125,7 +125,7 @@ namespace {
                        cur.y() + inset->descent()
                );
 
-               if (!b.contained(x, y)) {
+               if (!b.contains(x, y)) {
                        lyxerr[Debug::GUI] << "Missed inset at x,y "
                                           << x << ',' << y
                                           << " box " << b << endl;