]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.cpp
PDF-form.lyx: add a note
[lyx.git] / src / BufferList.cpp
index c253282b795c029ea244769362d4fee5d9e6ca5c..68a1e808cb07ab98672b4f5a49185e7dba0f4f05 100644 (file)
@@ -344,6 +344,15 @@ void BufferList::recordCurrentAuthor(Author const & author)
 }
 
 
+void BufferList::updatePreviews()
+{
+       BufferStorage::iterator it = bstore.begin();
+       BufferStorage::iterator end = bstore.end();
+       for (; it != end; ++it)
+               (*it)->updatePreviews();
+}
+
+
 int BufferList::bufferNum(FileName const & fname) const
 {
        FileNameList const buffers(fileNames());