Follow Lars' advice

(cherry picked from commit e2173f14ec)
This commit is contained in:
Juergen Spitzmueller 2012-09-20 16:24:59 +02:00
parent ecf6ff6c87
commit 0ee3c292b0

View 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;