]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInclude.cpp
Move the lyx::biblio namespace into src/. Also make changes to how the BibTeX
[features.git] / src / insets / InsetInclude.cpp
index ac0eb6b06a3ae9060f91905d044589253e1c578f..4b7ef4e055637a4c9494e73815b1889d1bdd93f2 100644 (file)
@@ -728,7 +728,8 @@ void InsetInclude::getLabelList(Buffer const & buffer,
 
 
 void InsetInclude::fillWithBibKeys(Buffer const & buffer,
-               std::vector<std::pair<string, docstring> > & keys) const
+               std::vector<std::pair<string, docstring> > & keys,
+               InsetIterator const & /*di*/) const
 {
        if (loadIfNeeded(buffer, params_)) {
                string const included_file = includedFilename(buffer, params_).absFilename();