mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Minor code clean-ups.
This commit is contained in:
parent
87e416a278
commit
266494a1b9
41 changed files with 1383 additions and 1427 deletions
|
|
@ -63,6 +63,9 @@ public:
|
|||
const StringArray getTokenTypes();
|
||||
const Colour getDefaultColour (int tokenType);
|
||||
|
||||
/** This is a handy method for checking whether a string is a c++ reserved keyword. */
|
||||
static bool isReservedKeyword (const String& token) throw();
|
||||
|
||||
//==============================================================================
|
||||
juce_UseDebuggingNewOperator
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue