]> git.lyx.org Git - lyx.git/blobdiff - src/CoordCache.cpp
Fix bug #7657: Detect inkscape from the configure script
[lyx.git] / src / CoordCache.cpp
index 827697e552c789cd6272efcc7fe6b7095d97b76c..53f1d0a1a4305d01cff7353db6f68c7b601b1503 100644 (file)
@@ -42,7 +42,7 @@ void CoordCache::clear()
 void CoordCache::dump() const
 {
        LYXERR0("InsetCache contains:");
-       CoordCacheBase<Inset>::cache_type::const_iterator it =
+       CoordCache::Insets::cache_type::const_iterator it =
                getInsets().data_.begin();
        for (; it != getInsets().data_.end(); ++it) {
                // Warning: it is not guaranteed that inset is a valid pointer