1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +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

@ -60,7 +60,7 @@ public:
/** Returns a suggested syntax highlighting colour for a specified
token type.
*/
virtual const Colour getDefaultColour (const int tokenType) = 0;
virtual const Colour getDefaultColour (int tokenType) = 0;
//==============================================================================