1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Replaced a few Justification references.

This commit is contained in:
jules 2013-07-01 22:07:39 +01:00
parent 60fe89c1aa
commit 2091e8dfc8
18 changed files with 30 additions and 30 deletions

View file

@ -308,7 +308,7 @@ namespace CodeHelpers
return "Colour (0x" + hexString8Digits ((int) col.getARGB()) + ')';
}
String justificationToCode (const Justification& justification)
String justificationToCode (Justification justification)
{
switch (justification.getFlags())
{