]> git.lyx.org Git - features.git/commitdiff
Correctly initialize bool. Thanks, Pavel.
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 11 Oct 2012 10:55:43 +0000 (12:55 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 12 Oct 2012 06:51:28 +0000 (08:51 +0200)
(cherry picked from commit 47673f560f9af793f978482cef133b032fdb8692)

src/LaTeX.cpp

index cd05156de4744cf999ac47e2646171d9b9438502..dcb1ccee44dc92af857266c66b9f41676cc41464 100644 (file)
@@ -94,7 +94,7 @@ bool operator!=(AuxInfo const & a, AuxInfo const & o)
 
 LaTeX::LaTeX(string const & latex, OutputParams const & rp,
             FileName const & f, string const & p)
-       : cmd(latex), file(f), path(p), runparams(rp)
+       : cmd(latex), file(f), path(p), runparams(rp), biber(false)
 {
        num_errors = 0;
        if (prefixIs(cmd, "pdf")) { // Do we use pdflatex ?