]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.cpp
Cmake build:
[lyx.git] / src / LaTeX.cpp
index 5623bd2c1304065d1e2e0b169911fe2e1efbf70f..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 ?
@@ -996,7 +996,7 @@ bool completeFilename(string const & ff, DepTable & head)
 }
 
 
-int iterateLine(string const token, regex const reg, string const closing,
+int iterateLine(string const token, regex const reg, string const closing,
                int fragment_pos, DepTable & head)
 {
        smatch what;