]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.cpp
Rename WriteStream to TeXMathStream.
[lyx.git] / src / graphics / GraphicsCacheItem.cpp
index 918dc02857994d60fae60852f7cf9da2e23fc328..49132cc33b2df749b6bc3bb5b793862d191e3bb7 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([=](bool /* exists */){ startLoading(); });
+       monitor_->connect([this](bool /* exists */){ startLoading(); });
 }