mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
2012b7b112
commit
cc17a1882e
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ int File::findChildFiles (OwnedArray<File>& results,
|
|||
const String& wildCardPattern) const throw()
|
||||
{
|
||||
// you have to specify the type of files you're looking for!
|
||||
jassert (whatToLookFor > 0 && whatToLookFor <= 3);
|
||||
jassert ((whatToLookFor & (findFiles | findDirectories)) != 0);
|
||||
|
||||
int total = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue