]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCitation.cpp
Embedding: add embedding support for InsetBibtex. (params["embed"] is added, use...
[features.git] / src / insets / InsetCitation.cpp
index dcc4fad43a1f2cf1f1e59f1e9cb3eb90432a8df4..de8af5727b3f5f3de1b6f75237d7bc2c68411cb4 100644 (file)
@@ -144,10 +144,10 @@ docstring const getComplexLabel(Buffer const & buffer,
 
        BiblioInfo biblist;
 
-       FileNameList const & bibfilesCache = buffer.getBibfilesCache();
+       support::EmbeddedFileList const & bibfilesCache = buffer.getBibfilesCache();
        // compare the cached timestamps with the actual ones.
        bool changed = false;
-       for (FileNameList::const_iterator it = bibfilesCache.begin();
+       for (support::EmbeddedFileList::const_iterator it = bibfilesCache.begin();
                        it != bibfilesCache.end(); ++ it) {
                FileName const f = *it;
                time_t lastw = f.lastModified();