Compile fix for 42f849c4da.

Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2009-12-03 16:05:53 +01:00
parent 5fa8baf47c
commit cc6c543a75

View File

@@ -747,7 +747,7 @@ bool Preprocessor::markGeneratedTokens(bool markGeneratedTokens,
out(*it);
}
if (! markGeneratedTokens && dot->newline())
if (! markGeneratedTokens && dot->f.newline)
processNewline(/*force = */ true);
}