]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / Cursor.cpp
index 674075a8ec1ff0d0c0271b28e4110db422737ea2..eb23d79533094ea87ecf8ad64ba81515eabe79dc 100644 (file)
@@ -645,7 +645,7 @@ namespace lyx {
 //#define FILEDEBUG 1
 
 
-bool Cursor::isInside(Inset const * p)
+bool Cursor::isInside(Inset const * p) const
 {
        for (size_t i = 0; i != depth(); ++i)
                if (&operator[](i).inset() == p)