1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +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

@ -123,7 +123,7 @@ Colour JucerTreeViewBase::getContrastingColour (float contrast) const
return getBackgroundColour().contrasting (contrast);
}
Colour JucerTreeViewBase::getContrastingColour (const Colour& target, float minContrast) const
Colour JucerTreeViewBase::getContrastingColour (Colour target, float minContrast) const
{
return getBackgroundColour().contrasting (target, minContrast);
}