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

(fixed typo in last check-in)

This commit is contained in:
jules 2012-06-26 10:40:52 +01:00
parent eeeaf832d5
commit 7dc6a4687e

View file

@ -324,7 +324,7 @@ void LookAndFeel::setDefaultSansSerifTypefaceName (const String& newName)
{
if (defaultSans != newName)
{
Typeface::clearTypefaceCache()
Typeface::clearTypefaceCache();
defaultSans = newName;
}
}