]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.cpp
Fix typo (from Thibaut)
[lyx.git] / src / graphics / GraphicsCacheItem.cpp
index 576ad92bc7a8e734dcb017609ca2be0b9c7993c1..f54ce80ec3f0d790c1169745ace908d09eb1e888 100644 (file)
@@ -220,7 +220,7 @@ void CacheItem::Impl::startMonitor()
                return;
        monitor_ = FileSystemWatcher::activeMonitor(filename_);
        // Disconnected at the same time as this is destroyed.
-       monitor_->connect([=](){ startLoading(); });
+       monitor_->connect([=](bool /* exists */){ startLoading(); });
 }