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

Tidied up some warnings and documentation.

This commit is contained in:
Julian Storer 2011-06-23 23:17:37 +01:00
parent ecefeaa91e
commit fb58d0c380
50 changed files with 1875 additions and 1876 deletions

View file

@ -467,7 +467,7 @@ public:
sansSerif.add (faces[i]->getFamilyName());
}
juce_DeclareSingleton_SingleThreaded_Minimal (FreeTypeInterface)
juce_DeclareSingleton_SingleThreaded_Minimal (FreeTypeInterface);
private:
//==============================================================================