X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.cpp;h=3436645fec13db6e717d8772bd3b151498d13702;hb=ec84cbfb445413e51472845c3c1a2b5da930492f;hp=a6fd6f7983eb5288a5f3b98568520d5e0443c6d3;hpb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;p=lyx.git diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index a6fd6f7983..3436645fec 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -1015,7 +1015,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;