X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=ff74f9da40d7135874d1657411afb97cb8d6d336;hb=f434f947dd82a4093c027408ff9698b27b2a77d3;hp=78c283d85a6fb6c350a9c1dcc3f80cfb872c4db5;hpb=30dec4d307a81ef4c56f5428f3ba9dae92e18137;p=features.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 78c283d85a..ff74f9da40 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -188,7 +188,8 @@ private: void updateBibtexDependencies(DepTable &, std::vector const &); /// - bool runBibTeX(std::vector const &, OutputParams const &); + bool runBibTeX(std::vector const &, + OutputParams const &, bool biber); /// void deleteFilesOnError() const;