mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +00:00
A few C++11 modernisations and comment corrections
This commit is contained in:
parent
e253b8bea1
commit
44cd80969d
25 changed files with 43 additions and 45 deletions
|
|
@ -43,7 +43,7 @@ public:
|
|||
if (f.hasFileExtension (sourceFileExtensions)) return f.withFileExtension (".h");
|
||||
if (f.hasFileExtension (headerFileExtensions)) return f.withFileExtension (".cpp");
|
||||
|
||||
return File();
|
||||
return {};
|
||||
}
|
||||
|
||||
void setName (const String& newName) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue