]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInclude.h
Embedding: add embedding support for InsetBibtex. (params["embed"] is added, use...
[features.git] / src / insets / InsetInclude.h
index cdb819f612b0c80bd5c937fad20e9319f97dd5b2..6dc514261851076441e9eda30961cc7bd4606b4d 100644 (file)
@@ -31,7 +31,7 @@ class LaTeXFeatures;
 class RenderMonitoredPreview;
 
 namespace support {
-class FileNameList;
+class EmbeddedFileList;
 }
 
 /// for including tex/lyx files
@@ -74,7 +74,7 @@ public:
         *  Return an empty vector if the child doc is not loaded.
         *  \param buffer the Buffer containing this inset.
         */
-       support::FileNameList const &
+       support::EmbeddedFileList const &
                getBibfilesCache(Buffer const & buffer) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }