]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
* Text3.cpp (doDispatch): fix the behaviour of word-delete-forward,
[lyx.git] / src / CoordCache.cpp
index 8789fa63a6d74a8f55bd8eeabceb708b962fce21..8ab101ba804e6303c1b552561b32f715c5c35098 100644 (file)
@@ -82,7 +82,7 @@ void CoordCache::dump() const
        for (CoordCacheBase<Inset>::cache_type::const_iterator it = getInsets().getData().begin(); it != getInsets().getData().end(); ++it) {
                Inset const * inset = it->first;
                Point const p = it->second;
-               lyxerr << "Inset " << inset << "(" << to_utf8(inset->insetName())
+               lyxerr << "Inset " << inset << "(" << to_utf8(inset->name())
                        << ") has point " << p.x_ << "," << p.y_ << std::endl;
        }
 }