1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Minor code clean-ups.

This commit is contained in:
Julian Storer 2010-05-08 18:16:09 +01:00
parent 87e416a278
commit 266494a1b9
41 changed files with 1383 additions and 1427 deletions

View file

@ -145,7 +145,7 @@ public:
return faces[i];
if (! create)
return NULL;
return 0;
FreeTypeFontFace* newFace = new FreeTypeFontFace (familyName);
faces.add (newFace);