mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Minor fixes and warning removals for VC7.
This commit is contained in:
parent
7381243506
commit
6a4e8f235c
22 changed files with 192 additions and 97 deletions
|
|
@ -148,7 +148,7 @@ void FileChooser::showPlatformDialog (OwnedArray<File>& results,
|
|||
const File& currentFileOrDirectory,
|
||||
const String& filter,
|
||||
bool selectsDirectory,
|
||||
bool selectsFiles,
|
||||
bool /*selectsFiles*/,
|
||||
bool isSaveDialogue,
|
||||
bool warnAboutOverwritingExistingFiles,
|
||||
bool selectMultipleFiles,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue