From: Juergen Spitzmueller Date: Thu, 20 Sep 2012 14:24:59 +0000 (+0200) Subject: Follow Lars' advice X-Git-Tag: 2.0.5~67^2~4^2 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0ee3c292b057a1458cfe7826185ad39f36a1cfbb;p=features.git Follow Lars' advice (cherry picked from commit e2173f14ec613c5540e7352af5aeadf0eb5c070a) --- diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index ac3f87f04d..cd05156de4 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -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;