mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added some missing override keywords
This commit is contained in:
parent
06abfc16ce
commit
ba85dd7a05
9 changed files with 32 additions and 32 deletions
|
|
@ -114,7 +114,7 @@ public:
|
|||
static File getSystemLogFileFolder();
|
||||
|
||||
// (implementation of the Logger virtual method)
|
||||
void logMessage (const String&);
|
||||
void logMessage (const String&) override;
|
||||
|
||||
//==============================================================================
|
||||
/** This is a utility function which removes lines from the start of a text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue