1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Minor code style tweaks.

This commit is contained in:
Julian Storer 2010-03-21 12:06:36 +00:00
parent 148e9f8d25
commit 7bc8db2ff4
85 changed files with 1289 additions and 1351 deletions

View file

@ -61,7 +61,7 @@ public:
//==============================================================================
int readNextToken (CodeDocument::Iterator& source);
const StringArray getTokenTypes();
const Colour getDefaultColour (const int tokenType);
const Colour getDefaultColour (int tokenType);
//==============================================================================
juce_UseDebuggingNewOperator