1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Another typo fix.

This commit is contained in:
jules 2012-05-22 16:30:27 +01:00
parent 805fb36371
commit 4735442424
2 changed files with 2 additions and 2 deletions

View file

@ -232,7 +232,7 @@ const String Project::loadDocument (const File& file)
const String Project::saveDocument (const File& file)
{
return saveProject (file, true);
return saveProject (file, false);
}
String Project::saveProject (const File& file, bool isCommandLineApp)