]> git.lyx.org Git - lyx.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>
Thu, 11 Oct 2012 10:55:43 +0000 (12:55 +0200)
src/LaTeX.cpp

index b024f774f41d4957dc082069687d9463aebf8c35..c9d32478d1ef108b2b5a54e57c5a2c2e9ed71142 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 ?