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:
parent
60fe89c1aa
commit
2091e8dfc8
18 changed files with 30 additions and 30 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue