]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
* BufferParams:
[lyx.git] / src / insets / insetbibtex.h
index c6ef73bb045057f7695789b2f960aa849638e282..3c461d73bb02d76936b632af361c4f0a4f98017d 100644 (file)
@@ -16,6 +16,8 @@
 #include <vector>
 #include "insetcommand.h"
 
+#include "support/filename.h"
+
 
 namespace lyx {
 
@@ -37,9 +39,9 @@ public:
        int latex(Buffer const &, odocstream &, OutputParams const &) const;
        ///
        void fillWithBibKeys(Buffer const & buffer,
-               std::vector<std::pair<std::string,std::string> > & keys) const;
+               std::vector<std::pair<std::string, docstring> > & keys) const;
        ///
-       std::vector<std::string> const getFiles(Buffer const &) const;
+       std::vector<support::FileName> const getFiles(Buffer const &) const;
        ///
        bool addDatabase(std::string const &);
        ///