]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.cpp
Fix crash with updateLabels(). I changed the the test in the assertion but endless...
[lyx.git] / src / graphics / GraphicsCacheItem.cpp
index 74e9eb41272747f8bee2187911a8471374a56e40..3b7c3e871be2be59730e2d5f16e1669fcf1917fc 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "ConverterCache.h"
 #include "debug.h"
-#include "format.h"
+#include "Format.h"
 
 #include "support/filetools.h"
 #include "support/FileMonitor.h"
@@ -422,7 +422,7 @@ void CacheItem::Impl::convertToDisplayFormat()
 
        if (ConverterCache::get().inCache(filename, to_)) {
                LYXERR(Debug::GRAPHICS) << "\tNo conversion needed (file in file cache)!"
-                                       << endl;
+                                       << endl;
                file_to_load_ = ConverterCache::get().cacheName(filename, to_);
                loadImage();
                return;