]> git.lyx.org Git - features.git/commitdiff
Follow Lars' advice
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 20 Sep 2012 14:24:59 +0000 (16:24 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 20 Sep 2012 14:26:31 +0000 (16:26 +0200)
(cherry picked from commit e2173f14ec613c5540e7352af5aeadf0eb5c070a)

src/LaTeX.cpp

index ac3f87f04dd9312c7f570c1d1babb896cba8cfbb..cd05156de4744cf999ac47e2646171d9b9438502 100644 (file)
@@ -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;