X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileNameList.h;h=894087d881af8c4068252c25a4901ecca7cdd089;hb=242f543e01a5ddc0de3f0d041e412311463c8baa;hp=20b6a85af7fd5ad5dfe341d0aa0ed7212649bf0c;hpb=b5153b3d2689abffebb2f4c97b3fb781dadf0c3c;p=lyx.git diff --git a/src/support/FileNameList.h b/src/support/FileNameList.h index 20b6a85af7..894087d881 100644 --- a/src/support/FileNameList.h +++ b/src/support/FileNameList.h @@ -28,6 +28,16 @@ class FileNameList: public std::vector { }; + +/** + * List of filename with additional information. Used by the Bibfiles cache, + * which needs to store, next to the real filename, the way it was entered + * in the BibTeX inset (as abspath, relpath or texmf file) + */ +class FileNamePairList: public std::vector> +{ +}; + } // namespace support } // namespace lyx