1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Minor clean-ups.

This commit is contained in:
jules 2013-09-26 18:15:45 +01:00
parent e7141058b7
commit 8a66ec83f0
21 changed files with 107 additions and 97 deletions

View file

@ -216,7 +216,7 @@ void LowLevelGraphicsPostScriptRenderer::writeClip()
}
}
void LowLevelGraphicsPostScriptRenderer::writeColour (const Colour& colour)
void LowLevelGraphicsPostScriptRenderer::writeColour (Colour colour)
{
Colour c (Colours::white.overlaidWith (colour));