]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibtex.cpp
Move the lyx::biblio namespace into src/. Also make changes to how the BibTeX
[features.git] / src / insets / InsetBibtex.cpp
index f8ea110504eb3d789d97d6d65e91d32cbef861c7..7ba0a2814b59b45d475ff0ffffd0850776f514f7 100644 (file)
@@ -556,7 +556,8 @@ namespace {
 
 // This method returns a comma separated list of Bibtex entries
 void InsetBibtex::fillWithBibKeys(Buffer const & buffer,
-               std::vector<std::pair<string, docstring> > & keys) const
+               std::vector<std::pair<string, docstring> > & keys,
+               InsetIterator const & /*di*/) const
 {
        vector<FileName> const files = getFiles(buffer);
        for (vector<FileName>::const_iterator it = files.begin();