]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.cpp
tex2lyx: support for \item with opt arg in itemize environment
[lyx.git] / src / LaTeX.cpp
index a6fd6f7983eb5288a5f3b98568520d5e0443c6d3..3436645fec13db6e717d8772bd3b151498d13702 100644 (file)
@@ -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;