]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.h
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / output_latex.h
index 1dd96898511e3ea078d715a11db7460d87db3988..cf37173604b2b03bd4daa4447fd774f16532ba72 100644 (file)
@@ -91,7 +91,8 @@ void TeXOnePar(Buffer const & buf,
                   otexstream & os,
                   OutputParams const & runparams,
                   std::string const & everypar = std::string(),
-                  int start_pos = -1, int end_pos = -1);
+                  int start_pos = -1, int end_pos = -1,
+                  bool const force = false);
 
 } // namespace lyx