Skip to content
Snippets Groups Projects
Commit cc6c543a authored by Christian Kamm's avatar Christian Kamm
Browse files

Compile fix for 42f849c4.

Reviewed-by: Roberto Raggi
parent 5fa8baf4
No related branches found
No related tags found
No related merge requests found
......@@ -747,7 +747,7 @@ bool Preprocessor::markGeneratedTokens(bool markGeneratedTokens,
out(*it);
}
if (! markGeneratedTokens && dot->newline())
if (! markGeneratedTokens && dot->f.newline)
processNewline(/*force = */ true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment