mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix typo in AudioFormatManager
This commit is contained in:
parent
5c34248d00
commit
492738c9c5
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public:
|
|||
/** Returns a set of wildcards for file-matching that contains the extensions for
|
||||
all known formats.
|
||||
|
||||
E.g. if might return "*.wav;*.aiff" if it just knows about wavs and aiffs.
|
||||
E.g. it might return "*.wav;*.aiff" if it just knows about wavs and aiffs.
|
||||
*/
|
||||
String getWildcardForAllFormats() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue