1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Added mac NSException catching and tidied up some warnings.

This commit is contained in:
Julian Storer 2009-12-11 17:54:58 +00:00
parent ce7def1f9d
commit 1f38660d94
7 changed files with 144 additions and 7 deletions

View file

@ -192,9 +192,6 @@ bool FileBrowserComponent::currentFileIsValid() const
return ! getSelectedFile (0).isDirectory();
else
return getSelectedFile (0).exists();
jassertfalse
return false;
}
const File FileBrowserComponent::getHighlightedFile() const throw()