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:
parent
148e9f8d25
commit
7bc8db2ff4
85 changed files with 1289 additions and 1351 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue