]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
Check for fontspec an configure the GUI accordingly.
[lyx.git] / src / LaTeX.h
index 24c2ea27bff7de95584bd82e9d87b26e441d34b2..ff74f9da40d7135874d1657411afb97cb8d6d336 100644 (file)
@@ -188,7 +188,8 @@ private:
        void updateBibtexDependencies(DepTable &, std::vector<AuxInfo> const &);
 
        ///
-       bool runBibTeX(std::vector<AuxInfo> const &);
+       bool runBibTeX(std::vector<AuxInfo> const &,
+                      OutputParams const &, bool biber);
 
        ///
        void deleteFilesOnError() const;