1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -51,7 +51,7 @@ String GroupComponent::getText() const
}
//==============================================================================
void GroupComponent::setTextLabelPosition (const Justification& newJustification)
void GroupComponent::setTextLabelPosition (Justification newJustification)
{
if (justification != newJustification)
{