1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo in the temporary amalgamated files. Tidied up some constness.

This commit is contained in:
Julian Storer 2011-08-12 13:25:06 +01:00
parent b70e0a28d2
commit 35f226319f
13 changed files with 45 additions and 52 deletions

View file

@ -87,7 +87,7 @@ public:
Note that you'll need to set the font's size appropriately, too.
*/
virtual const Font getFont();
virtual Font getFont();
protected: